Re: intercept route

2011-06-25 Thread Claus Ibsen
On Fri, Jun 24, 2011 at 5:24 PM, Guillaume Nodet wrote: > It seems there's currently no easy way to add an InterceptStrategy > without having full control over the CamelContext.  I think what would > be needed is a static global list of InterceptStrategy that would be > automatically added to each

Re: reload routebuilder at runtime

2011-06-25 Thread Claus Ibsen
On Fri, Jun 24, 2011 at 9:48 PM, fachhoch wrote: > ok in other words If my routebuilder is written in groovy using camel dsl > ,will I be able to make changes and reload  the routebuilder at runtime ? > You can use the API on CamelContext to update / add / remove routes etc. > -- > View this mes

Sending messages to ActiveMQ endpoint without routes

2011-06-25 Thread germanescobar
Hi, I have noticed the following behavior: if you send a message to an ActiveMQ endpoint before adding some routes, the message gets lost. The problem is that the ActiveMQ broker starts and stops when sending the message. Later, when the route is added, it starts another broker. Why is it stopping

Re: Sending messages to ActiveMQ endpoint without routes

2011-06-25 Thread Claus Ibsen
Hi Sounds like you use some sort of embedded broker in the VM. Use a dedicated broker and let Camel be a client to the broker. And use persistent messages if you want to ensure messages dont get lost. On Sat, Jun 25, 2011 at 11:35 AM, germanescobar wrote: > Hi, > > I have noticed the following

Re: intercept route

2011-06-25 Thread Marco Westermann
Hi Claus, thank you for your answer, that is exactly I was looking for. Just one last question. Are routes defined in blueprint also intercepted or just the ones defined in spring? At thing point I miss comprehension what happens inside camel and smx. regards, Maro Original-Nachricht