Client persistence example for SonicMQ
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Client persistence allows the JMS session to continue sending messages regardless of the SonicMQ Broker status. If the SonicMQ Broker is not available, the messages are stored locally and sent when the SonicMQ Broker becomes available.
For more information on client persistence, see Configure client persistence for SonicMQ.
The following code sample shows how to set up client persistence.
Client persistence example
|