ODAC

TQueueMessageProperties.DeliveryMode Property

Used to indicate whether the message will be enqueued as buffered or persistent and to specify what kinds of messages should be dequeued.

Class

TQueueMessageProperties

Syntax

property DeliveryMode: TQueueDeliveryMode default qdmPersistent;

Remarks

Use the DeliveryMode property to indicate whether the message will be enqueued as buffered or persistent when enqueueing it, and to specify what kinds of messages should be dequeued (buffered, persistent or both), when dequeueing messages. qdmPersistentOrBuffered value can be set only when dequeuing a message.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback