dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueOptions Class / MaxRetries Property

MaxRetries Property
Limits the number of retries to dequeue the message in the Remove mode. Default value is 0, which means retries are unlimited.
Syntax
'Declaration
 
Public Property MaxRetries As Double
 

Property Value

The number of times a dequeue with the OracleQueueDequeueMode.Remove mode can be attempted on a message.
Remarks
Default value is 0, which means retries are unlimited. Note that MaxRetries is supported for all single consumer queues and 8.1-compatible or higher multiconsumer queues but not for 8.0-compatible multiconsumer queues.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also