Occurs when new messages are enqueued.
property OnMessage: TQueueMessageEvent;
Use OnMessage event handler to get notifications when new messages are enqueued. Set the AsyncNotification property to True to get OnMessage events.
To get the payload for the message assign MessageId value passed to the event handler to the TDequeueOptions.MessageId property in DequeueOptions and then call TOraQueue.Dequeue.