Progress OpenEdge JMS Adapter ClientConnect
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
ClientConnect is a process that runs with your ABL client session. The following figure shows the architectural relationships between the Progress OpenEdge JMS Adapter and the JMS provider Broker in ClientConnect mode:
To configure the Progress OpenEdge JMS Adapter for ClientConnect mode, follow
these steps:
- Ensure your JMS provider is running on an accessible machine. For example, ActiveMQ should be running on port 8161 and be accessible at the following URL: localhost:8161.
- Connect to the ptpsession using the -SMQConnect connection option. For more information, see Connection options.
The following code example shows how to send messages to an ActiveMQ server using ClientConnect:
|