ARTEMIS-1542 - AMQP message cluster-bridging fixi
Fixing and issue where AMQP messages would lose their address when being sent accross a cluster-bridge.
This commit is contained in:
parent
64552367b2
commit
4ab664f796
|
@ -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