Using queues: Example

When you want to divide the verifying and optimizing work among multiple workstations, one way is to use queues.

Example

Assume you want certain Verify operators to process documents from certain senders. After each document is scanned or interpreted, you can add it to a queue according to the sender. Invoices for sender names starting with A through D could go into queue 1, senders E through G into queue 2, and so on.

The Verify operators can run jobs that process documents from "their" queues.