Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1778#discussion_r161978819 --- Diff: artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQTopic.java --- @@ -40,8 +40,12 @@ public ActiveMQTopic(final String address) { this(address, false); } + public ActiveMQTopic(final String address, final String name) { --- End diff -- Please mark as deprecated
---