mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-11 20:45:35 +00:00
6e02caa53e
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.