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.