You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This example to show how to use the JMS bindings to do a HTTP Post
transfer.

To start the the jms binding example:

cd example/jms-binding
../../bin/servicemix servicemix.xml

This will start a component which listens for a JMS message on topic 'demo.org.servicemix.source' and then
publishes processed messages to topic 'demo.org.servicemix.result'.

A simple JMS client is provided so that messages can be sent and received from the ServiceMix Container. The client is built and run from source using Ant.
Just execute 'ant' from the current directory to run the HTTP client.

  • No labels