You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (Created) (JIRA)" <ji...@apache.org> on 2012/02/13 22:54:59 UTC

[jira] [Created] (QPID-3837) [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection

[Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection
--------------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-3837
                 URL: https://issues.apache.org/jira/browse/QPID-3837
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 0.14
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
            Priority: Minor
             Fix For: 0.15


Improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection.

Curently when attempting to do so the exception is fairly vauge, saying "Cannot redeclare with a different exchange type", whereas the equivalent message for 0-9-1 connections is something more helpful like: "Attempt to redeclare exchange: amq.topic of type topic to fanout". The 0-10 message should be brought in line with the 0-9-1 message for clarity and consistency.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3837) [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection

Posted by "Robbie Gemmell (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reassigned QPID-3837:
------------------------------------

    Assignee: Keith Wall  (was: Robbie Gemmell)

Keith, could you review this change please?

Thanks,
Robbie
                
> [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3837
>                 URL: https://issues.apache.org/jira/browse/QPID-3837
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.14
>            Reporter: Robbie Gemmell
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.15
>
>
> Improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection.
> Curently when attempting to do so the exception is fairly vauge, saying "Cannot redeclare with a different exchange type", whereas the equivalent message for 0-9-1 connections is something more helpful like: "Attempt to redeclare exchange: amq.topic of type topic to fanout". The 0-10 message should be brought in line with the 0-9-1 message for clarity and consistency.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3837) [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection

Posted by "Robbie Gemmell (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell updated QPID-3837:
---------------------------------

    Status: Ready To Review  (was: In Progress)
    
> [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3837
>                 URL: https://issues.apache.org/jira/browse/QPID-3837
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.14
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.15
>
>
> Improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection.
> Curently when attempting to do so the exception is fairly vauge, saying "Cannot redeclare with a different exchange type", whereas the equivalent message for 0-9-1 connections is something more helpful like: "Attempt to redeclare exchange: amq.topic of type topic to fanout". The 0-10 message should be brought in line with the 0-9-1 message for clarity and consistency.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3837) [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection

Posted by "Keith Wall (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Wall resolved QPID-3837.
------------------------------

    Resolution: Fixed

Look reasonable to me.
                
> [Java broker] improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3837
>                 URL: https://issues.apache.org/jira/browse/QPID-3837
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: 0.14
>            Reporter: Robbie Gemmell
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.15
>
>
> Improve exception message when attempt is made to redeclare an exchange with a different type on a 0-10 connection.
> Curently when attempting to do so the exception is fairly vauge, saying "Cannot redeclare with a different exchange type", whereas the equivalent message for 0-9-1 connections is something more helpful like: "Attempt to redeclare exchange: amq.topic of type topic to fanout". The 0-10 message should be brought in line with the 0-9-1 message for clarity and consistency.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org