You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Message Exchange

To support various message exchange patterns like one way Event Message and Request Response messages Camel uses an Exchangehttp://activemq.apache.org/camel/maven/camel-core/apidocs/org/apache/camel/Exchange.html interface which has a pattern property which can be set to InOnly for an Event Message which has a single inbound Message, or InOut for a Request Reply where there is an inbound and outbound Message.

See Also

  • No labels