Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2490#discussion_r246518669
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/SessionCreateConsumerMessage.java
---
@@ -84,6 +94,10 @@ public void setFilterString(SimpleString filterString) {
this.filterString = filterString;
}
+ public void setPriority(byte priority) {
--- End diff --
Keeping inline with the rest of the fields and general approach. Id rather
keep to status quo
---