| Previous | Next | Contents | Index | Glossary | Library | Product |
Note: Background engines use a separate 'deferred' queue.
All Oracle Workflow queue APIs are defined in a PL/SQL package called WF_QUEUE. You must execute these queue APIs from the same Oracle Workflow account since the APIs are account dependent.
Attention: In using these APIs, we assume that you have prior knowledge of Oracle8 Advanced Queues concepts and terminology. Refer to the Oracle8 Server Application Developer's Guide for more information on Advanced Queues.
Queue APIs
Developer APIs for the Inbound Queue The following APIs are for developers who wish to write to the inbound queue by creating messages in the internal stack rather than using WF_QUEUE.EnqueueInbound( ). The internal stack is purely a storage area and you must eventually write each message that you create on the stack to the inbound queue.
Note: For efficient performance, you should periodically write to the inbound queue to prevent the stack from growing too large.
System.wf_payload_t
Advanced Queuing: Oracle8 Server Application Developer's Guide
| Previous | Next | Contents | Index | Glossary | Library | Product |