Work queues

There are two work queue classes for processing outbound files.
  • OutboundFilePurgeWorkQueue
  • OutboundRecordPurgeWorkQueue

The work queues are enabled by default and listed in the work-queue.xml file

<work-queue
    workQueueClass="com.guidewire.outboundfile.workqueue.OutboundRecordPurgeWorkQueue"
    progressinterval="60000">
    <worker
        instances="1"/>
</work-queue>
<work-queue
    workQueueClass="com.guidewire.outboundfile.workqueue.OutboundFilePurgeWorkQueue"
    progressinterval="60000">
    <worker
        instances="1"/>
</work-queue>