Versions Compared

Key

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

...

Receiving JMS messages

The JmsReceiverComponent will subscribes to the given destination, again using Spring's JmsTemplate and dispatches the message into the JBI container.

If you wish to use JCA or some other mechanism to subscribe to JMS you can use the JmsInBinding.

Example

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