[ 
https://issues.apache.org/jira/browse/ARTEMIS-2226?focusedWorklogId=192149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-192149
 ]

ASF GitHub Bot logged work on ARTEMIS-2226:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Jan/19 09:39
            Start Date: 30/Jan/19 09:39
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on pull request #2528: 
ARTEMIS-2226 last consumer connection should close the previous consu…
URL: https://github.com/apache/activemq-artemis/pull/2528#discussion_r252178820
 
 

 ##########
 File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ManagementHelper.java
 ##########
 @@ -84,6 +84,10 @@
 
    public static final SimpleString HDR_MESSAGE_ID = new 
SimpleString("_AMQ_Message_ID");
 
+   public static final SimpleString HDR_PROTOCOL_Name = new 
SimpleString("_AMQ_ProtocolName");
 
 Review comment:
   static final field should be all upper case. HDR_PROTOCOL_NAME
   key should be '_' separated _AMQ_Protocol_Name
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 192149)
    Time Spent: 1h  (was: 50m)

> (MQTT)In the cluster,the last consumer connection should close the previous 
> consumer connection
> -----------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2226
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2226
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Shiping Liang
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Multiple consumers using the same clientId in the cluster, the last consumer 
> connection should close the previous consumer connection!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to