This closes #1702
This commit is contained in:
commit
c1bc7a30e7
|
@ -182,7 +182,7 @@ public class ClusterConnectionBridge extends BridgeImpl {
|
|||
|
||||
messageCopy.putExtraBytesProperty(Message.HDR_ROUTE_TO_IDS, queueIds);
|
||||
|
||||
messageCopy = super.beforeForward(messageCopy, null);
|
||||
messageCopy = super.beforeForward(messageCopy, forwardingAddress);
|
||||
|
||||
return messageCopy;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue