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 MulticastProcessor.
I've attached a test file that reproduces this. Normally you should see 100 messages being printed to stdout. I noticed that after removing route2 if I stop the route1 and then start it again then its consumers will receive the messages. I think that the culprit is in SedaEndpoint line 144, when stopping route2 it stops MulticastProcessor with all its services which includes those from route1. CamelTest.java <http://camel.465427.n5.nabble.com/file/n5732616/CamelTest.java> I'm using V2.11.0. Thank you for your help! Ivan. -- View this message in context: http://camel.465427.n5.nabble.com/Removing-route-stops-other-routes-from-the-same-producer-tp5732616.html Sent from the Camel - Users mailing list archive at Nabble.com.