[
https://issues.apache.org/jira/browse/ARTEMIS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-2129.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.7.0
The {{::}} syntax is special in Artemis as it denotes a
fully-qualified-queue-name (FQQN). In 2.6.3 you hit this bug, but in 2.7.0 this
was fixed via ARTEMIS-1867.
> Cannot delete badly named queue
> -------------------------------
>
> Key: ARTEMIS-2129
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2129
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.3
> Reporter: Jan Šmucr
> Priority: Major
> Fix For: 2.7.0
>
>
> I tried to create a queue with something like a prefix and ended up with
> something I cannot use or even delete.
> To try it out:
> # Go to the management console.
> # Create an address:
> {noformat}
> test-address{noformat}
> # Below that address, create a queue:
> {noformat}
> test-address::test-queue{noformat}
> # Try to delete that queue.
> # This appears in the browser console:
> {noformat}
> [Core] Operation destroyQueue(java.lang.String) failed due to:
> org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException :
> AMQ119017: Queue test-address::test-queue does not exist{noformat}
> Is there any other way how to delete the invalid binding?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)