Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.5.0
-
None
-
None
-
linux
Description
Creating a queue that's name contains trailing blanks leads to several problems.
Try the following within amq web console to reproduce:
- create a queue with name '123 ' (without quotes)
- create a second queue with name '123 ' (without quotes)
- send a message to one of them
--> amq creates a third queue, all three of them seem to have the same name within the browser, at jmx-level you see that there are three (with spaces)
--> Number of Pending messages is 1 for the queue I've send the message and 0 for the other two
--> if you click on the queue name within the amq browser, you see the same message within all three queues
--> adding a consumer to one queue adds the same consumer to all of them
Attachments
Issue Links
- is duplicated by
-
AMQ-4040 there are two queues with the same name
- Closed