You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/06/26 19:00:51 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #2734: [ARTEMIS-2403]Consumer command, clientID is not saved during JMS exception

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_r297820865
 
 

 ##########
 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:
   I am merging without this line
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services