Sam Huang created AMQ-5056:
------------------------------

             Summary: 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.1.5#6160)

Reply via email to