Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1752#discussion_r159974168
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/ActiveMQClientProtocolManager.java
---
@@ -510,7 +510,7 @@ private void notifyTopologyChange(final
ClusterTopologyChangeMessage topMessage)
}
}
- protected PacketDecoder getPacketDecoder() {
+ protected PacketDecoder createPacketDecoder() {
--- End diff --
There's no need for this change.
---