Reply To: How does engine parse routes?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How does engine parse routes? Reply To: How does engine parse routes?

#55958
Anonymous
Participant

    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.