Try OpenEdge Now
skip to main content
Messaging and ESB
Implementing Messaging : Consuming messages : Receiving messages from a queue
 

Receiving messages from a queue

In the PTP domain, applications receive messages from a queue. The application calls the receiveFromQueueprocedure in ptpsession.p or jmssession.p with the queue name and a handle to the Message Consumer object. The application can pass a JMS properties selector expression to the receiveFromQueue procedure call to specify which messages the receiver wants to receive from the queue.
* Queue browsing