Manage queues using an event handler

Using an event handler, you can:

Manage queues

  • Add and delete queues
  • List the documents and batches in a queue
  • Change the queue name of a queue

Manage items in queues

  • Add a document or batch to an existing queue
  • Add a document or batch to a new queue (also defines the queue)
  • Remove a document or batch from a queue
  • List the queues a document is in
Tip For information about defining a queue using an event handler, see "Setting queues" topic in API help.