Re: Removing route stops other routes from the same producer

2013-05-17 Thread Claus Ibsen
Hi Thanks for reporting. I have logged a ticket about this bug https://issues.apache.org/jira/browse/CAMEL-6374 On Wed, May 15, 2013 at 3:35 PM, ikoblik wrote: > Hi All, > > I'm having problems with vm: in multicast mode where if I stop one of the > routes it will stop all the routes in the same

Re: Removing route stops other routes from the same producer

2013-05-15 Thread ikoblik
I realized that I didn't ask the question... I want to implement Observer/Observable pattern with ability to subscribe and unsubscribe. I was looking for better ways to do this with Camel, but it seems that adding and removing routes is the only way. Has anyone solved this problem before? What did