Versions Compared

Key

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

...

The JmsReceiverComponent subscribes to the given destination using Spring's JmsTemplate and dispatches the message into the JBI container. Here's an example of subscribing to a JMS destination (in this case a topic) and forwarding the JBI message onto another JBI component - which in this case is the foo:trasnformer service.

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

...