You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/21 18:28:34 UTC

[jira] [Resolved] (QPID-3466) The toString() method for JMSDestination and JMSReplyTo is not formatted properly according to the destination syntax.

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

Rajith Attapattu resolved QPID-3466.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.15)
                   0.14
    
> The toString() method for JMSDestination and JMSReplyTo is not formatted properly according to the destination syntax.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3466
>                 URL: https://issues.apache.org/jira/browse/QPID-3466
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.10, 0.12
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>              Labels: possibly_complete
>             Fix For: 0.14
>
>
> The value of toString() on the JMS Destination of a message being sent is different from to the toString() value of JMS Destination of the same message on the receiver side. This sometimes confuses users when trying to debug applications.
> Ex for client using the ADDR syntax.
> Sender side
> JMS Destination: 'amq.direct'/'test'; None
> Receiver side
> JMS Destination: direct://amq.direct/test/test?routingkey='test'
> It would be nice if the string representation of JMSDestination and the JMSReplyTo destination is formatted according to the chosen destination syntax.

--
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