[We are running Cloverleaf 5.3 Rev3 on AIX5.2]
Folks, I have been experimenting with thread forwarding as a method to handle outbound connections that disconnect from Cloverleaf and back up messages in the recovery database. We have an application – Emageon – that runs into trouble often enough to require saving off messages and resending later – sometimes days later.
So… I had created a common forward thread that a process cluster would feed if any one of its 14 outbound connections disconnected. Setting the forward thread (fwd thrd) to fileset local and building a TPS OB tcl to handle saving messages based on DESTCONN and individual counter files,
everything worked fine when only one outbound was set to forward (even added maxrecs to the mix).
Broke when trying to set another thread to forward to the same
So… set up individual fwd thrds for each outbound and then once forwarding was enabled (forward start) for each outbound thread then messages consistently flowed into the fwd thrds.
My apologies for this long post but just looking for confirmation that I am not going nuts and that thread forwarding is limited to one dedicated fwd thrd per outbound thread – no sharing here. It would be great if many outbounds could forward to a common ‘fwd thrd’.
Thanks for any response and for your patience in this post.