Pavel Moravec created QPID-4266:
-----------------------------------
Summary: session.createTemporaryQueue() to return address string
rather than BURL
Key: QPID-4266
URL: https://issues.apache.org/jira/browse/QPID-4266
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.18
Reporter: Pavel Moravec
Priority: Minor
Description of problem:
session.createTemporaryQueue() returns Queue of BURL syntax, while BURL is
already deprecated. It impacts use case like
message.setJMSReplyTo(temporaryQueue) where the message is consumed by C++
client - the client is not aware of some BURL syntax at all..
Version-Release number of selected component (if applicable):
qpid-java-*-0.18
How reproducible:
100%
Steps to Reproduce:
1. Execute in Java code the line:
System.out.println("new temp.queue: " + session.createTemporaryQueue());
Actual results:
new temp.queue:
direct://amq.direct/TempQueuefe8ae26b-0dff-444d-bb32-4d6739a4de0d/TempQueuefe8ae26b-0dff-444d-bb32-4d6739a4de0d?routingkey='TempQueuefe8ae26b-0dff-444d-bb32-4d6739a4de0d'&exclusive='true'&autodelete='true'
Expected results:
address string syntax in output
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]