Here is my problem. The facility that i am working with uses static routes to send messages. There is one message that the facility only wants to go to 1 application out of the 15 that the static route is setup for. This would mean that for the other 14 applications I would need to put a kill on that message to prevent it from going to those applications.
Question. Is there a way to route a message using a Tcl proc. I would put it on the TPS inbound data and just put it to the outbound thread to that 1 application. Is this possible or do i just add the kill script to the other 14 routes.
Thanks,