gtully commented on code in PR #4820:
URL: https://github.com/apache/activemq-artemis/pull/4820#discussion_r1519696500


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/AddressControlImpl.java:
##########
@@ -485,7 +473,6 @@ public String sendMessage(final Map<String, String> headers,
          try {
             return sendMessage(addressInfo.getName(), server, headers, type, 
body, durable, user, password, createMessageId);
          } catch (Exception e) {
-            e.printStackTrace();

Review Comment:
   i am assuming adding the e to the thrown exception was considered a leak, 
will use the logger. thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to