Queue Manager Manual
Using Queue Manager
Queue Management
46517 Tandem Computers Incorporated 1-7
3. When an entry of the type specified by Process B in its WAITQ request appears on
the queue, Wait Manager sends a reply to Process B indicating which queue entry
to process. Process B then retrieves the entry by issuing a DEQ UOW to the Entry
Manager in the transaction mode. The TMF transaction is under the control of
Process B, which issues an END TRANSACTION when its processing is
completed.
BEGIN-TRANSACTION.
END-TRANSACTION.
SEND a DEQ UOW to the Entry Manager.
Process the queue entry.
008