Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10, 0.12
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.