Limits the number of retries to dequeue the message in the Remove mode. Default value is 0, which means retries are unlimited.
public double MaxRetries {get; set;}
'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.