clebertsuconic commented on a change in pull request #3060: ARTEMIS-2695 Return
exception message in AMQP conversion error response
URL: https://github.com/apache/activemq-artemis/pull/3060#discussion_r407226665
##########
File path:
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/CoreAmqpConverter.java
##########
@@ -514,7 +514,7 @@ private static Section convertBody(ServerJMSMessage
message, Map<Symbol, Object>
}
} catch (Throwable ignored) {
Review comment:
if you're really using the JIRa, rename the argument here as ``e`` or
whatever other name you like,
since it's not ignored any longer.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services