LibraryToggle FramesPrintFeedback

You must download and install the requisite packages to support the Ruby programming language before you can run the Stomp example. Install the following packages:

If you have not already done so, you also need to download and install the standalone Fuse Message Broker package from fusesource.com.

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

Check that the the Stomp connector is present in the broker configuration file (in InstallDir/deploy/broker1-broker.xml) as follows:

<beans>
  ...
  <transportConnectors>
    ...
    <transportConnector name="stomp"   uri="stomp://localhost:61613"/>
  </transportConnectors>
  ...
</beans>
Comments powered by Disqus