Take a look at Dynamic Recipient List [1], you could use a custom build bean to define the list of endpoints or a combination of header/tokenizer to achieve what you want.
[1] http://camel.apache.org/recipient-list.html#RecipientList-DynamicRecipientList Henrique Viecili On 20 December 2013 08:22, ABouchama <tit...@yahoo.fr> wrote: > Hello,I have the need :from --> in.header.Recipient=A,B,C --> Send message > to > the queue:A with Receiver=A, queue:B with Receiver=B, queue:C with > Receiver=C.I have read the documentation and all EIP, and I'm a bit lost > with what component or what pattern I can use to make this route.Thanks in > advance, > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/RecipientList-or-DynamicRouter-or-RoutingSlip-tp5745069.html > Sent from the Camel - Users mailing list archive at Nabble.com.