Versions Compared

Key

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

...

You can subscribe to the output of an endpoint as follows, using the <subscribe/> tag. (You can include as many as you like inside a <component/> tag

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

...

To avoid confusing JBI users, it is an error for a message to not be deliverable using the normal JBI sematics. If you wish to allow no message to be dispatched in the normal JBI manner and want to use just subscriber based routing you can disable the JBI error by setting this the failIfNoDestinationEndpoint flag...

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