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

In This Topic
RetryDelay Property
In This Topic
Gets or sets delay time, in seconds, before this message is scheduled for processing again after an application rollback.
Syntax
'Declaration
 
Public Property RetryDelay As Double
 

Property Value

Delay time, in seconds, before this message is scheduled for processing again after an application rollback.
Remarks
The default value is 0, which means the message can be retried as soon as possible. This parameter has no effect if MaxRetries is set to 0. Note that RetryDelay is supported for single consumer queues and 8.1-compatible or higher multiconsumer queues but not for 8.0-compatible multiconsumer queues.
See Also