clebertsuconic commented on a change in pull request #2734:
[ARTEMIS-2403]Consumer command, clientID is not saved during JMS exception
URL: https://github.com/apache/activemq-artemis/pull/2734#discussion_r297822282
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/ConnectionAbstract.java
##########
@@ -61,6 +61,7 @@ private ConnectionFactory createAMQPConnectionFactory() {
}
JmsConnectionFactory cf = new JmsConnectionFactory(user, password,
brokerURL);
if (clientID != null) {
+ System.out.println("Consumer:: clientID = " + clientID);
Review comment:
Hmmm... actually the Core version had the same print on it.
----------------------------------------------------------------
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