You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/01/16 11:17:47 UTC

[jira] Created: (AMQ-3139) Remove queue and topic endpoints in Camel when they are removed in CamelEndpointLoader

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

                 Key: AMQ-3139
                 URL: https://issues.apache.org/jira/browse/AMQ-3139
             Project: ActiveMQ
          Issue Type: Improvement
    Affects Versions: 5.4.2
            Reporter: Claus Ibsen
            Priority: Minor


The CamelEndpointLoader has code which isn't currently used
{code}

    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);
    }
{code}

Likewise for the {{removeTopic}} method.

The CamelContext API has the {{removeEndpoints}} API. 

See CAMEL-2988

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQ-3139) Remove queue and topic endpoints in Camel when they are removed in CamelEndpointLoader

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-3139.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0
         Assignee: Timothy Bish

fixed in trunk.

> Remove queue and topic endpoints in Camel when they are removed in CamelEndpointLoader
> --------------------------------------------------------------------------------------
>
>                 Key: AMQ-3139
>                 URL: https://issues.apache.org/jira/browse/AMQ-3139
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.4.2
>            Reporter: Claus Ibsen
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 5.5.0
>
>
> The CamelEndpointLoader has code which isn't currently used
> {code}
>     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);
>     }
> {code}
> Likewise for the {{removeTopic}} method.
> The CamelContext API has the {{removeEndpoints}} API. 
> See CAMEL-2988

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira