Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-11002

Camel-Blueprint - failed container fails to remove JMX object

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.18.2
    • 2.18.4, 2.19.0
    • camel-blueprint
    • None

    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

          Activity

            People

              acosentino Andrea Cosentino
              paolo.antinori Paolo Antinori
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: