Return AddressPage edited by Ben O'Day
Comment:
added example Java/Spring DSL (for CAMEL-3557)
Changes (1)
Full ContentReturn AddressCamel supports the Return Address from the EIP patterns by using the JMSReplyTo header. For example when using JMS with InOut the component will by default return to the address given in JMSReplyTo. Requestor Code getMockEndpoint("mock:bar").expectedBodiesReceived("Bye World"); template.sendBodyAndHeader("direct:start", "World", "JMSReplyTo", "queue:bar");
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|