ygubernatorov opened a new pull request #743:
URL: https://github.com/apache/activemq/pull/743


   By quoting queue names.
   
   Issue:
   Users are unable to see producers/consumers for that queue in console if 
queue name contains ":" (and some other symbols). So users get 
[frustrated](https://stackoverflow.com/questions/44817892/error-while-viewing-queue-consumers)
 for several years now.
   
   The problem is that activemq/web uses jmx to query for consumers and 
producers of a queue.
   And jmx [does not allow 
](https://docs.oracle.com/javase/7/docs/api/javax/management/ObjectName.html) 
colons and some other symbols in queries. Queue name (and broker name) are 
_values_ and thus can (and should) be quoted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to