Is there a cloverleaf method for de-queuing messages.
If a “NAK” is being sent and resent, i want to move it out of the way so i can get other messages to process. I would like to de-queue the message and move on. we are currently doing that with TCL code.
If you don’t care whether the reply is an ACK or NAK, you could simply put the ‘hcitpsmsgkill’ proc in the TPS Inbound Reply context and that will simply KILL every reply message and the engine will simply send the next message upon receipt of the ACK/NAK.
In NetConfig for that thread, what is the setting of Retries on the Outbound tab in the Outbound Data section? Is it set to -1?
On some of our connections, messages error out after a few retries. That isn’t exactly what you are asking for (they aren’t KILLed). But, at least, the thread doesn’t stop processing other messages. Maybe you can put something in Send Fail Procs.
Bill
Author
Replies
Viewing 3 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.