You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jan Šmucr (JIRA)" <ji...@apache.org> on 2018/10/17 07:49:00 UTC

[jira] [Created] (ARTEMIS-2129) Cannot delete badly named queue

Jan Šmucr created ARTEMIS-2129:
----------------------------------

             Summary: 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


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)