With wild card routes you still can’t have two route definitions that are the same. So, “ADT_.*” can only appear once.
However, a message will follow all routes that match. If the message type that is expected is ADMT and there were 3 routes, “AD.*”, “ADM.*” and “_HCI_STATIC_ROUTE_” then three messages would be routed because the transaction type matches all three routes.