Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JmsSenderComponent will send JMS messages from the input message exchange. This component uses Spring's JmsTemplate to perform the sending. The following example demonstrates a component which when invoked will send a message to a given JMS topic

Wiki Markup
{snippet:id=send|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/base/src/test/resources/org/servicemix/components/xslt/example.xml?rev=HEAD}

Example

There is an example JMS pipeline, sending messages to a topic and consuming messages from a topic here