Client persistence example for SonicMQ
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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
|