Description
See nabble
http://camel.465427.n5.nabble.com/Removing-routes-programmatically-tp4556741p4556741.html
If you have multiple consumers on the exact same JMS endpoint uri, and if you remove on of the consumers (eg from a route), then the singleton JmsEndpoint will be stopped. This causes the other active consumers to not receive any messages anymore.
This problem is only if you remove the route. If you stop route then there is no problem.
Attachments
Issue Links
- is related to
-
CAMEL-4179 The removeRoute() operation has an unintended consequence of removing other routes due to the shutting down of the RouteService
- Resolved