Hi Hadrian,

Thanks for the help.

With processing chain it's clear, could you give me a hand with multicast:

if processing graph:  from("a").multicast().to("b","c")  == 
from("a").multicast().to("b").to("c") 

than -> from("a").multicast().to("b","c").multicast().to("e","d") ==
from("a").multicast().to("b","c","d","e")

Right ?

//sv

-- 
View this message in context: 
http://www.nabble.com/Basic-route-builder-quesion-%28and-bean-end-points%29-tf4777060s22882.html#a13703442
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to