Github user toddbaert commented on the issue:
https://github.com/apache/activemq-artemis/pull/1702
I am still seeing the issue. With the changes in this PR, the issue is
resolved. Can you please look at the diff?
- messageCopy = super.beforeForward(messageCopy, null);
+ messageCopy = super.beforeForward(messageCopy, forwardingAddress);
Why would we want to call super.beforeForward() with a null second arg?
This is the source of the problem.---
