[
https://issues.apache.org/activemq/browse/AMQ-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish closed AMQ-2250.
-----------------------------
Resolution: Working as Designed
Assignee: Timothy Bish
This is normal behaviour for ActiveMQ, the Destination name allow for options
to be appended using normal URL syntax. Refer to this page for details.
http://activemq.apache.org/destination-options.html
> 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
> Assignee: Timothy Bish
>
> 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.