ARTEMIS-4718 Diverted messages are not propertly routed on cluster remote bindings
I commented the fix to validate the test and I accidently committed the commented out version
This commit is contained in:
parent
638ebbd01e
commit
48f17e9986
|
@ -118,7 +118,7 @@ public class DivertImpl implements Divert {
|
|||
|
||||
//This header could be set if the message is redistributed from a clustered broker.
|
||||
//It needs to be removed as it will interfere with upcoming routing
|
||||
//copy.removeExtraBytesProperty(Message.HDR_ROUTE_TO_IDS);
|
||||
copy.removeExtraBytesProperty(Message.HDR_ROUTE_TO_IDS);
|
||||
|
||||
switch (routingType) {
|
||||
case ANYCAST:
|
||||
|
|
Loading…
Reference in New Issue