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:
  1. Open proenv to load the OpenEdge environment.
  2. Set the JMSPROVIDER environment variable. For example:
    proenv>set JMSPROVIDER=ProviderName

    where ProviderName is the JMS provider specified in the -DjmsProvider parameter in JavaTools.properties.

  3. Set the JMSCLIENTJAR environment variable. For example:
    proenv>set JMSCLIENTJAR=JMSCLIENTJAR_path

    where 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.

  4. Start the JMS Adapter broker. For example:
    proenv>oemessaging start
When the broker starts successfully, 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.