[
https://issues.apache.org/jira/browse/AMQ-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish closed AMQ-5056.
-----------------------------
Resolution: Incomplete
Need a test case to test against a version of the broker that's more current
than v5.3.0
> Can't not use slash (/) in the queue destination name .
> -------------------------------------------------------
>
> Key: AMQ-5056
> URL: https://issues.apache.org/jira/browse/AMQ-5056
> Project: ActiveMQ
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 5.3.0
> Reporter: Sam Huang
>
> I want to create two queue,name as (/queue/myqueue and
> /queue/myqueue/myservice).
> But I found that when I send the message to the queue:
> "/queue/myqueue/myservice",it will send to the first queue "/queue/myqueue"
> incorrectly.
> Then I trace the code ,found that when the InialContext use the method
> "lookup(String destinationName)",it will return the destination name
> "/queue/myqueue" even I my arguement is " /queue/myqueue/myservice".
> It haven't this error if I use another queue name says"/queue/anotherqueue"
--
This message was sent by Atlassian JIRA
(v6.2#6252)