Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3139

Remove queue and topic endpoints in Camel when they are removed in CamelEndpointLoader

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.4.2
    • 5.5.0
    • None
    • None

    Description

      The CamelEndpointLoader has code which isn't currently used

          protected void removeQueue(ActiveMQQueue queue) throws Exception {
              String queueUri = getQueueUri(queue);
              // lur cache of endpoints so they will disappear in time
              // this feature needs a new component api - list available endpoints
              //camelContext.removeEndpoints(queueUri);
          }
      

      Likewise for the removeTopic method.

      The CamelContext API has the removeEndpoints API.

      See CAMEL-2988

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: