stopReceiveMessages procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
stopReceiveMessages procedure
Causes the Progress OpenEdge JMS Adapter Broker to stop receiving messages on behalf of the OpenEdge client.
Syntax
|
Applies to
Session objects
Notes
- A subsequent call to startReceiveMessages procedure resumes message reception and delivery.
- If this procedure is called in a
pubsubsessionobject and the subscription is not durable, messages published while reception is stopped are not delivered. - A single message that was already sent to the client before stopReceiveMessages procedure was called might be received by the client after stopReceiveMessages procedure call.
- This procedure executes remotely on the Progress OpenEdge JMS Adapter.
See also
startReceiveMessages procedure, stopReceiveMessages procedure
For more information, see the Establishing session control.