Publishing Engine Programmer's Guide > The Arbortext Publishing Engine Request Manager > Customizing the Arbortext PE Request Manager > Writing a Custom Queue
  
Writing a Custom Queue
To develop a Queue object, you must create a Java class that implements the interface com.arbortext.e3.E3Queue. In addition to the getId, init, destroy, and getStatus methods, a queue must implement a number of additional methods that allow the Queue object to store transactions upon request by a Queue Manager and offer transactions to be executed by the Queued Transaction Scheduler.