You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2010/02/03 11:39:32 UTC

[jira] Assigned: (AMQ-2365) Broker.getDestinations doesn't return temporary destination.

     [ https://issues.apache.org/activemq/browse/AMQ-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-2365:
-------------------------------

    Assignee: Rob Davies

> Broker.getDestinations doesn't return temporary destination.
> ------------------------------------------------------------
>
>                 Key: AMQ-2365
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2365
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.3.0
>         Environment: Any
>            Reporter: ffrench
>            Assignee: Rob Davies
>         Attachments: DestinationsListTest.java, diff.txt
>
>
> Hello,
> I noticed that the method Broker.getDestinations doesn't return temporary destination. According to the Javadoc I would say that it's not a correct behavior :
>     /**
>      * @return all destinations added to the Broker.
>      * @throws Exception TODO
>      */
>     ActiveMQDestination[] getDestinations() throws Exception;
> As nobody answers me in the users forum (http://www.nabble.com/ActiveMQ-native-API-problem-%3A-Broker.getDestinations-td23408546.html#a25115013) and as my aim is to get all the destinations I decided to create a new JIRA with a jUNIT test and my diffs - 2 lines. 
> It's a so little correction that I've the impression activemq developers intentionally decide to ignore temporary destination for this method return. If it's the case I would like to know why, so tell me what you think about. 
> Thanks for all

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