Queue names containing question mark are concat
-----------------------------------------------
Key: AMQ-2250
URL: https://issues.apache.org/activemq/browse/AMQ-2250
Project: ActiveMQ
Issue Type: Bug
Reporter: gokhan ozer
Queue names containing question mark can not be get
Repro:
run following code lines
String s = new ActiveMQQueue("a?b").getQueueName();
String s1 = new ActiveMQQueue("a?b").getPhysicalName();
String s2 = new ActiveMQQueue("a?b").getQualifiedName();
Result:
The value of the s, s1, s2 are "a"
Expected:
The value of the s, s1, s2 should be "a?b"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.