Standalone ActiveMQ broker
You can run the Apache ActiveMQ broker server as follows:
-
In a command console:
cd <TalendRuntimePath>/activemq/bin
-
Then enter:
-
activemq console (Linux*)
-
activemq start (Windows)
The Apache ActiveMQ broker should now be running.
*Note the Linux console option runs the broker in the foreground; the default is to run it in the background.
-
You can view this using the local Web Console at http://localhost:8161/admin/. To increase reliability, you may wish to run the Web Console in a separate container as preconfigured in Talend ESB, see ActiveMQ Web Console.