Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2254#discussion_r211419155
--- Diff:
artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQDestination.java
---
@@ -219,7 +221,12 @@ public static SimpleString
createTopicAddressFromName(final String name) {
}
public static ActiveMQQueue createQueue(final String address) {
- return new ActiveMQQueue(address);
+
--- End diff --
That one is fixed---
