Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Customizing the Arbortext PE Request Manager > Writing a Custom Queue > Fundamental Queue Methods > The dequeue Method
  
The dequeue Method
This method is called by the Queued Transaction Scheduler after it selects a transaction for processing. The queue should delete the transaction from its list and return true. If the transaction is not on its list, the queue should return false.