Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-2117

[AMQ7,Hawtio] Unable to delete queue with single quote from Hawtio console.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • AMQ 7.2.4.GA
    • AMQ 7.2.1.GA
    • console
    • None
    • Release Notes
    • In prior releases, if you used the Hawtio console to delete a message containing a single quote, the broker did not successfully delete the message. This issue is now corrected.
    • Hide

      Delete the queue using CLI command.
      ~~~
      ./artemis queue delete --name "Single'Quote"
      ~~~

      Show
      Delete the queue using CLI command. ~~~ ./artemis queue delete --name "Single'Quote" ~~~
    • Hide

      1. Create a queue with single quote from Hawtio.
      ~~~
      Single'Quote
      ~~~
      2. Delete the above queue using Hawtio console.
      3. Below error message will be displayed.
      ~~~
      org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException : AMQ119017: Queue SingleQuote does not exist
      ~~~

      Show
      1. Create a queue with single quote from Hawtio. ~~~ Single'Quote ~~~ 2. Delete the above queue using Hawtio console. 3. Below error message will be displayed. ~~~ org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException : AMQ119017: Queue SingleQuote does not exist ~~~

      Unable to delete queue will single quote from Hawtio console.
      Hawtio console logs the below error message.

      org.apache.activemq.artemis.api.core.ActiveMQNonExistentQueueException : AMQ119017: Queue SingleQuote does not exist
      

            rh-ee-ataylor Andy Taylor
            rhn-support-shsingh Shailendra Singh
            Oleg Sushchenko Oleg Sushchenko
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: