Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.18.2
-
None
-
Patch Available
-
Unknown
Description
There is an issue with camel-blueprint lifecycle, similar to issue CAMEL-10411.
In case of an issue with an endpoint configuration, like for instance a non existing http endpoint uri="http://localhost:6000/", the JMX object of the CamelContext, remains registered, even if it shouldn't.
Camel current code actually already unregisters it, in org.apache.camel.management.DefaultManagementLifecycleStrategy#onContextStop, triggered by org.apache.camel.support.ServiceSupport#start exception handling section.
The reason why the MBean object stays registered, is because of BlueprintCamelContext is still registered as an OSGi service listener, and org.apache.camel.blueprint.BlueprintCamelContext#serviceChanged is invoked, re-registering a new instance.
Attachments
Issue Links
- links to