Start the JMS Adapter broker using oemessaging
- Last Updated: June 4, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use oemessaging to start the JMS Adapter broker in an interactive
proenv session. You can use this approach for development,
testing, and troubleshooting when you need interactive control over the broker.
To start the JMS Adapter broker interactively, follow these steps:
- Open
proenvto load the OpenEdge environment. - Set the
JMSPROVIDERenvironment variable. For example:proenv>set JMSPROVIDER=ProviderNamewhere ProviderName is the JMS provider specified in the
-DjmsProviderparameter inJavaTools.properties. - Set the
JMSCLIENTJARenvironment variable. For example:proenv>set JMSCLIENTJAR=JMSCLIENTJAR_pathwhere JMSCLIENTJAR_path is the full path of the JMS client JAR file. The default value is $DLC/sonic/MQ14.0/lib/sonic_client.jar. If more than one jar file is required, separate the paths with a semicolon on Windows or a colon on Linux.
- Start the JMS Adapter broker. For example:
proenv>oemessaging start
oemessaging displays the
available administrative options in the proenv window. Use these
options to manage the broker for the duration of the session. For details, see JMS Adapter broker management options.