Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : startReceiveMessages procedure
 

startReceiveMessages procedure

Starts receiving messages after creating a new session or after calling stopReceiveMessagesprocedure.

Syntax

PROCEDURE startReceiveMessages.

Applies to

Session objects

Notes

*Messages can be sent without calling startReceiveMessagesprocedure.
*This procedure executes remotely (sends a message to the OpenEdge Adapter for SonicMQ).

See also

startReceiveMessagesprocedure, stopReceiveMessagesprocedure
For more information, see the Establishing session control.