LibraryToggle FramesPrintFeedback

For full details of how to deploy a broker in the OSGi container, please read Deploying a JMS Broker in Deploying into the OSGi Container. If you have not already deployed a broker, you can create and deploy a new broker, broker1, by entering the following console command:

karaf@root> activemq:create-broker --name broker1

Normally, the default broker is configured to initialize a Stomp connector that listens on port, 61613. Look for a line like the following in the broker’s log:

INFO  TransportServerThreadSupport   - Listening for connections at:
stomp://localhost:61613

If the Stomp connector is not present in the broker, you will have to configure it—see Configure the broker for details.

Comments powered by Disqus