Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
Oracle Workflow provides two standard queue handlers for queues that use the WF_EVENT_T format, WF_EVENT_QH for normal processing and WF_ERROR_QH for error queues. Oracle Workflow also provides a standard queue handler named WF_EVENT_OMB_QH which you can set up and use if you implement Oracle Message Broker in Oracle8i to propagate event messages between systems.
Additionally, you can create your own custom queue handlers for queues that use other formats. If you create a custom queue handler, you must provide the following standard APIs in your package:
Setting Up the WF_EVENT_OMB_QH Queue Handler
Previous | Next | Contents | Index | Glossary |