OracleQueueOptions Constructor(OracleQueueType,Double,Double,Double,String)
In This Topic
Initializes a new instance of the
OracleQueueOptions class.
Syntax
Parameters
- queueType
- The queue type, one from OracleQueueType. Specifies if the queue is normal, service or nonpersistent with RAW message payload.
- maxRetries
- The number of retries to dequeue the message in the Remove mode. 0 means retries can be unlimited.
- retryDelay
- Delay time, in seconds, before the message can be processed again after the previous attempt. 0 means the retry can be made as soon as possible.
- retentionTime
- Time in seconds while the message is retained in the queue table after being dequeued. 0 for no retention.
- comment
- User-specified description of the queue.
See Also