mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 02:59:14 +00:00
Artemis expose createQueue() method to management console like Jon. If the queue to be created already exists it throws an ActiveMQException back to the console, which will get a ClassNotFoundException when deserializing the exception. The same issue goes also with AddressControl.sendMessage() method. To fix that it should throw a common java exception like IllegalStateException.