I think you are looking for the dynamic router pattern. Have a look at [1].

[1] http://camel.apache.org/dynamic-router.html

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Fri, Oct 11, 2013 at 12:40 PM, gudiseashok <gudise.as...@gmail.com>wrote:

> 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