I was not able to get the following to work for a TRXID on a wildcard..
ADT_A(?!17)
basically, the messages were not sent to this route.
I was able to use explicit .. and get it to function..
ADT_A(01|02|03|04|05|06|07|08|11|12|13|28|31)
Coments?
Dennis