Use the adaptman utility through AdminServer to start the JMS Adapter broker in a non-interactive environment. This approach is suitable for production environment and automated workflows.

Prerequisites
To start the JMS Adapter broker, follow these steps:
  1. Open proenv to load the OpenEdge environment.
  2. Start the broker. For example:
    proenv>adaptman -i genericMQ1 -start
Note: genericMQ1 is the default broker instance name. Replace it with the name defined for your broker instance in ubroker.properties file.

When the broker starts successfully, adaptman displays a confirmation in the proenv window. The broker runs in a non-interactive mode and is available to ABL applications. To stop, query, or perform other administrative tasks, see JMS Adapter broker management options.