IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Oracle E-Business Suite > Overview of IBM WebSphere Adapter for Oracle E-Business Suite > Technical overview > Advanced Queue integration overview

Enqueue operation

The Enqueue operation is used to run a dynamic PL/SQL script for enqueuing. The external service wizard generates the required advanced queue business object that corresponds to the advanced queue definition in the database. The adapter uses the Enqueue operation to process the advanced queue business object.

The following information provides a simple example of an advanced queue:

Schema:APPLSYS
Queue:WF_JMS_IN

To process this stored procedure business object with an Enqueue operation, the adapter:

  1. Constructs a dynamic call statement based on Oracle AQ PL/SQL API.
  2. Sets the input parameters: queue header properties and queue payload integration data.

  3. Runs the script by JDBC connection to enqueue the data into specific queue.
  4. Receives the message id in queue.

Advanced Queue integration overview


Related tasks:

Configure the module for inbound processing

Configure the module for outbound processing