Hi I have a requirement, I want start some routes and leave them with
polling, after some time I want to add some more like that kind.


example
<from uri="direct:start">

<multicast>

<to uri="direct:a">
<to uri="direct:b">

<multicast>


If I want to add another router dynamically to the multicast, like

<from uri="direct:start">
<multicast>
.........
<to uri="dynamic route here"
<multicast>


is this possible if I add if i use dynamicroute configure ( ...from("")
to....)
rouytebuilder.add routes to contact(camelcontext
like this?
Please advice...




--
View this message in context: 
http://camel.465427.n5.nabble.com/Help-with-Dynamic-route-tp5741336.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to