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.12, 0.10
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
            Priority: Minor
             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.
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-subscr...@qpid.apache.org

Reply via email to