Thread A is my source thread. Sends Qry type messages to Thread B.
Thread B is setup with route replies. It receives the Qry type messages from Thread A. These query messages are sent to a server and then the reply message from the query is sent back to this Thread.
I have tclprocs under Inbound Replies on the Outbound tab of Thread B that evaluate the reply message, set trxid and destination thread.
The route reply then for specific trxid/destination will send the reply message to Thread C.
Thread C is an outbound thread. I have tclprocs on my TPS Outbound Data area under Outbound tab on this thread.
These outbound tcl procs are never getting called. The message goes directly to the outbound smat file.
I have turned on debug (EO Config) for threads involved and also message EO config.
If anyone can help me understand why my messages from route reply to an outbound thread do not go thru the Outbound tps section, that would be greatly appreciated.
I do not use route replies very often and trying to get a better understanding of how it works.
thanks!
Nancy