Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2467#discussion_r242745363
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java
---
@@ -159,7 +160,7 @@
private final SimpleString managementAddress;
- protected final RoutingContext routingContext = new
RoutingContextImpl(null);
+ protected final RoutingContext _routingContext;
--- End diff --
@franz1981 I reverted the change that's not needed any longer.
all amended.
---