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

reset procedure

Changes the mode of a message from write-only to read-only mode and positions the cursor before the first data item.

Syntax

PROCEDURE reset.

Applies to

Message objects

Notes

*Sending the message causes an implicit call to reset procedure.
*The message becomes read-only and arrives at the receiver in a reset state.

See also

For more information, see the TextMessage, the StreamMessage, and the BytesMessage.