Versions Compared

Key

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

...

In Camel we have a Pattern enumeration property which is associated with an ExchangePattern enumeration which can be configured on the exchangePattern property on the Message Exchange indicating if a message exchange is a one way Event Message (InOnly) or a Request Reply message exchange (InOut).

For example to override the default pattern on a JMS endpoint you could use this URI

Code Block

jms:MyQueue?exchangePattern=InOut