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
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
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
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
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