Github user jmesnil commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1764#discussion_r160605042
--- Diff:
artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnectionFactory.java
---
@@ -95,6 +95,7 @@ public void writeExternal(ObjectOutput out) throws
IOException {
URI uri = toURI();
try {
+ System.out.println("writing " + uri.toASCIIString());
--- End diff --
should be removed---
