Enqueues string messages.
Class
TOraQueue
Syntax
function Enqueue(const Payload: string; MessageProperties: TQueueMessageProperties = nil; EnqueueOptions: TEnqueueOptions = nil): TMessageId; overload;
Parameters
Payload
Holds a message as a string.
MessageProperties
Holds the properties of the message which will be enqueued.
EnqueueOptions
Holds the options fore enqueueing messages.
Return Value
a message ID.
See Also