FIX Module Version 7.2.December 2014 | Understanding and Using Fix Module | webMethods FIX Module | FIX Module Services | wm.fix.util:flushQueuedMessages
 
wm.fix.util:flushQueuedMessages
Clears the queue of messages that no longer require processing by FIX Module. The service changes the status of queued FIX messages in Trading Networks from the User Status of FIX_QUEUED to FIX_OBSOLETE. Changing the User Status eliminates the messages from the queue. Use this service when you do not want FIX Module to process the messages that are still in the queue.
Input Parameters
sessionID
String Array The list of sessionIDs that correspond to the FIX message (BizDocEnvelope) with a User Status of FIX_QUEUED. When this service is used, the User Status is updated to FIX_OBSOLETE.
docID
String Array A list of the docIDs that correspond to the messages with the User Status of FIX_QUEUED. The corresponding messages are cleared from the queue when this service is executed.
Output Parameters
resultCounts
String The number of messages that were removed from the queue after executing this service.