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/27 03:55:09 UTC

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

shailendra14k 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_r297976205
 
 

 ##########
 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:
   yes, I added the sysout to have this sync with the Core version, this gets logged on the console along with the filer
   ```
   [shsingh@shsingh bin]$ ./artemis consumer --destination topic://Multicast --message-count 10 --clientID test_Demo --durable --protocol amqp
   Consumer:: filter = null
   Consumer:: clientID = test_Demo
   ```
   

----------------------------------------------------------------
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