Versions Compared

Key

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

...

For example when using JMS with InOut the component will by default perform these acxtionsactions

  • create by default a temporary inbound queue
  • set the JMSReplyTo destination on the request message
  • set the JMSCorrelationID on the request message
  • send the request message
  • consume the response and associate the inbound message to the request using the JMSCorrelationID (as you may be performing many concurrent request/responses).

...