Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Resend message on receiving AE
Hi folks,
I am wondering how you would configure a sending thread to resend a message if the ACK received is of “AE” type?
Seems a few TCLs is required? Like:
cl_check_ack
cl_sendOK_save
cl_resend_ob_msg
TIA!
Look at the code for AR/CR in the cl_check_ack proc. Do same thing.
When I wrote this I figured since the AE/CE was a non-recoverable error, no attempt was made to resend.
It would be easy to modify the proc