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:
Clebert Suconic 2024-04-10 12:26:27 -04:00
parent 638ebbd01e
commit 48f17e9986
1 changed files with 1 additions and 1 deletions

View File

@ -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: