Greetings,
We are running Cloverleaf Integrator 5.3 Rev3 and 5.4.1 Rev2 so my responses are based on these versions.
The Recovery_33 Tcl proc ‘kill_ob_save’ is used with “save_ob_msg’
to clean up the saved message handle normally used for resending a message that has not received an ACK within a specified timeout period.
The ‘save_ob_msg’ is inserted in the Outbound tab, Outbound Data for an outbound thread, upoc=Send OK Procs and the ‘kill_ob_save’ is inserted in the Outbound tab, Inbound Replies upoc=TPS Inbound Reply as the first Tcl proc in the stack. You may want to insert the ‘kill_reply’ afterwards unless you are routing replies or you have your own custom reply handling logic.
You may wish to check out the new recovery_33 procs that have been recently posted to this forum by HealthVision (formerly Quovadx): the kill_ob_save functionality is incorporated into a new validate reply proc.
It is located in the Tcl Library at the Clovertech Forum.
I hope this helps you out.
Enjoy.