Re: Generic camel routes - multiple instances

2016-06-17 Thread Brad Johnson
l] > > >> <http:///user/SendEmail.jtp?type=node=5783892=0 < > > http://user/SendEmail.jtp?type=node=5783892=0>>> wrote: > > >> > > >>> Hello, > > >>> > > >>> Are there any good places to read or examples to see

Re: Generic camel routes - multiple instances

2016-06-13 Thread souciance
ciance" <[hidden email] > >> <http:///user/SendEmail.jtp?type=node=5783892=0 < > http://user/SendEmail.jtp?type=node=5783892=0>>> wrote: > >> > >>> Hello, > >>> > >>> Are there any good places to read or examples to se

Re: Generic camel routes - multiple instances

2016-06-13 Thread Quinn Stevenson
gt;> I would like to create a generic route and have the endpoint URI and >> other >>> parameters injected and hence have multiple instances of the route to be >>> created with the different endpoints. Is this possible to do? Are there >> any >>> drawbacks to thi

Re: Generic camel routes - multiple instances

2016-06-10 Thread souciance
re there > any > >drawbacks to this approach e.g. for testing? > > > >Best > >Souciance > > > > > > > >-- > >View this message in context: > http://camel.465427.n5.nabble.com/Generic-camel-routes-multiple-instances-tp5783866.html > >Sen

Re: Generic camel routes - multiple instances

2016-06-10 Thread Joseph Kampf
ers injected and hence have multiple instances of the route to be >created with the different endpoints. Is this possible to do? Are there any >drawbacks to this approach e.g. for testing? > >Best >Souciance > > > >-- >View this message in context: >http://camel.46

RE: Generic camel routes - multiple instances

2016-06-10 Thread Steve Huston
. > -Original Message- > From: souciance [mailto:souciance.eqdam.ras...@gmail.com] > Sent: Friday, June 10, 2016 9:46 AM > To: users@camel.apache.org > Subject: RE: Generic camel routes - multiple instances > > Does that mean for SCR you define multiple properties like

RE: Generic camel routes - multiple instances

2016-06-10 Thread souciance
= "5000"), @Property(name = "backOffMultiplier", value = "2"), @Property(name = "maximumRedeliveryDelay", value = "6") }) -- View this message in context: http://camel.465427.n5.nabble.com/Generic-camel-routes-multiple-instances-tp5783866p5783873.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Generic camel routes - multiple instances

2016-06-10 Thread souciance
There is a cookbook on this the Camel developer cookbook but if people have more examples that would be great. -- View this message in context: http://camel.465427.n5.nabble.com/Generic-camel-routes-multiple-instances-tp5783866p5783872.html Sent from the Camel - Users mailing list archive

RE: Generic camel routes - multiple instances

2016-06-10 Thread Steve Huston
I use Camel SCR for this sort of thing. It works, but is probably not the only way. > -Original Message- > From: souciance [mailto:souciance.eqdam.ras...@gmail.com] > Sent: Friday, June 10, 2016 9:29 AM > To: users@camel.apache.org > Subject: Generic camel routes - mul

Re: Generic camel routes - multiple instances

2016-06-10 Thread souciance
Note, I use blueprint to start the routes and java dsl for the actual implementation of the routes. -- View this message in context: http://camel.465427.n5.nabble.com/Generic-camel-routes-multiple-instances-tp5783866p5783867.html Sent from the Camel - Users mailing list archive at Nabble.com.

Generic camel routes - multiple instances

2016-06-10 Thread souciance
and hence have multiple instances of the route to be created with the different endpoints. Is this possible to do? Are there any drawbacks to this approach e.g. for testing? Best Souciance -- View this message in context: http://camel.465427.n5.nabble.com/Generic-camel-routes-multiple-instances