Skip to content

Commit

Permalink
NO-JIRA Adding more information on exception to track failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 8, 2023
1 parent dc93f01 commit 3032bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private Queue installMirrorController(AMQPMirrorBrokerConnectionElement replicaC
}

if (addressInfo.getRoutingType() != RoutingType.ANYCAST) {
throw new IllegalArgumentException("sourceMirrorAddress is not ANYCAST");
throw new IllegalArgumentException(addressInfo.getName() + " has " + addressInfo.getRoutingType() + " instead of ANYCAST");
}

Queue mirrorControlQueue = server.locateQueue(getMirrorSNF(replicaConfig));
Expand Down

0 comments on commit 3032bb9

Please sign in to comment.