So I have an inbound thread that reads in a DAT file of HL7 messages. It’s in the middle of processing these files when I stop the thread, when I restart the thread, it continues processing where it left off. Is there a way to flush the ‘memory’ of this thread so that it does NOT keep processing what it was before I stopped it?
thanks!