Github user toddbaert commented on the issue:
https://github.com/apache/activemq-artemis/pull/1701
@clebertsuconic I don't think you've address the issue. The address is set
to null BY broker1 when it forwards the message to broker2. Please see
ClusterConnectionBridge.beforeForward(Message message, SimpleString
forwardingAddress), it call super.beforeForward(message, null), regardless of
the forwarding message in the original call.---
