kill_ob_save

  • Creator
    Topic
  • #49927
    David Wei
    Participant

      Anyone knows where / when the proc kill_ob_save in recover_33.tcl is used?

      Thanks, ::?:

    Viewing 1 reply thread
    • Author
      Replies
      • #64127
        Bob Richardson
        Participant

          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.

        • #64128
          David Wei
          Participant

            Thanks Rob,

            That’s what I’m guessing because I checked everywhere of OB threads and cannot see anywhere calls kill_ob_msg.

        Viewing 1 reply thread
        • The forum ‘Tcl Library’ is closed to new topics and replies.