|
Page Created :
CAMEL :
How to send the same message to multiple endpoints
How to send the same message to multiple endpoints has been created by Claus Ibsen (Oct 01, 2008). Content:How to send the same message to multiple endpointsWhen you need to send the same message to multiple endpoints then you should use Multicast. In the sample below we consume messages from the activemq queue foo and want to send the same message to both seda:foo and seda:bar. Sending the same message requires that we use Multicast: from("activemq:queue:foo").multicast("seda:foo", "seda:bar");
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
