michaelandrepearce commented on a change in 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]
With regards,
Apache Git Services