CreateQueue(String,String,OracleQueueOptions,OracleConnection) Method
On this page
Creates a database-stored queue with corresponding options.
Syntax
Parameters
- name
- Unique name for the queue to be created.
- queueTable
- The name of queue table (existent on a server), which the queue will belong to.
- queueOptions
- Options for creating a queue.
- connection
- An OracleConnection to the Oracle server, which provides the AQ functionality.
Return Value
OracleQueue instance, which corresponds to the queue created on a server.
See Also