stopReceiveMessages procedure

Causes the Progress OpenEdge JMS Adapter Broker to stop receiving messages on behalf of the OpenEdge client.

Syntax

PROCEDURE stopReceiveMessages.

Applies to

Session objects

Notes

  • A subsequent call to startReceiveMessages procedure resumes message reception and delivery.
  • If this procedure is called in a pubsubsession object 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.