With the use of wild cards, it is possible to generate duplicate route paths for the same message (i.e. probably an error .. but none the less..)
How does the engine choose which path, or does it send the message using both routes.
I think I’ve determined that if a ‘non-wild card’ route exists, it will use it and not send to an over lapping wild card route.
e.g.
if I have a route ADT_A33, and a route ADT_(?!18), the engine will use the ADT_A33 route for A33 messages and not use the ADT_(?!18) route.
It will always uses the static route…
Just curious…
Thanks
Dennis