Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3466

The toString() method for JMSDestination and JMSReplyTo is not formatted properly according to the destination syntax.

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            rajith Rajith Muditha Attapattu
            rajith Rajith Muditha Attapattu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: