Hi all,
I'm a bit confused with the very basic semantic of camel-router builder
language :).
1. from("jms:queueA").to("jms.queueB").to("jms:queueC")
a. it is a chain? : queueA -> queueB -> queueC
b. is it a splitter? : queueA -> queueB
queueA -> queueB
2. how I can describe such route: from queue "A" via the bean "example" to
queue "B"
a. from("jms:queueA").to("bean:example").to("jms:queueB") ?
b. from("jms:queueA").to("bean:example") and second rule
from("bean:example").to("jms:queueB") ?
Thanks in advance
--
View this message in context:
http://www.nabble.com/Basic-route-builder-quesion-%28and-bean-end-points%29-tf4777060s22882.html#a13665104
Sent from the Camel - Users mailing list archive at Nabble.com.