Alters queue properties.
Class
TOraQueueAdmin
Syntax
procedure AlterQueue(MaxRetries: integer; RetryDelay: integer = AQ_NOT_DEFINED; RetentionTime: integer = AQ_NOT_DEFINED; const Comment: string = '');
Parameters
MaxRetries
Holds the number of attempts to dequeue message.
RetryDelay
Holds the delay time before the message that failed to be dequeued, will be scheduled to processing again.
RetentionTime
Holds the time for which a message remains in the queue after being dequeued.
Comment
Holds the user-specified description of the queue.
Remarks
Call the AlterQueue method to alter queue properties.
See Also