You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/01/10 00:35:27 UTC

[jira] Created: (QPID-269) Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name

Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name
----------------------------------------------------------------------------------------------------------------

                 Key: QPID-269
                 URL: https://issues.apache.org/jira/browse/QPID-269
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Rob Godfrey
            Priority: Minor
         Attachments: qpid-269.patch

Currently the broker (and client) have very poor support for anything other than the default exchange names.  To better support the concept of different exchange classes, and multiple exchanges of the same type, add a getType() method to the Exchange interface, and implement in all current exchanges.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (QPID-269) Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-269:
-----------------------------

    Attachment: qpid-269.patch

> Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-269
>                 URL: https://issues.apache.org/jira/browse/QPID-269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: qpid-269.patch
>
>
> Currently the broker (and client) have very poor support for anything other than the default exchange names.  To better support the concept of different exchange classes, and multiple exchanges of the same type, add a getType() method to the Exchange interface, and implement in all current exchanges.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-269) Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-269.
-------------------------------

       Resolution: Fixed
    Fix Version/s: M2

Committed svn revision 494652

> Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-269
>                 URL: https://issues.apache.org/jira/browse/QPID-269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: qpid-269.patch
>
>
> Currently the broker (and client) have very poor support for anything other than the default exchange names.  To better support the concept of different exchange classes, and multiple exchanges of the same type, add a getType() method to the Exchange interface, and implement in all current exchanges.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-269) Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-269:
--------------------------------

    Assignee: Rob Godfrey

> Add getType method to Exchange so it is possible to identify which type of exchange is mapped to by a given name
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-269
>                 URL: https://issues.apache.org/jira/browse/QPID-269
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: qpid-269.patch
>
>
> Currently the broker (and client) have very poor support for anything other than the default exchange names.  To better support the concept of different exchange classes, and multiple exchanges of the same type, add a getType() method to the Exchange interface, and implement in all current exchanges.

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