OracleAQQueue Members
OracleAQQueue
members are listed in the following tables.
OracleAQQueue Constructors
OracleAQQueue
constructors are listed in Table 12-20.
Table 12-20 OracleAQQueue Constructors
Constructor | Description |
---|---|
Instantiate a new instance of the |
OracleAQQueue Static Methods
The OracleAQQueue
static method is listed in Table 12-21.
Table 12-21 OracleAQQueue Static Methods
Static Method | Description |
---|---|
Listens for messages on one or more queues for one or more consumers, as specified in the array of |
OracleAQQueue Properties
OracleAQQueue
properties are listed in Table 12-22.
Table 12-22 OracleAQQueue Properties
Property | Description |
---|---|
Specifies the |
|
Specifies the dequeueing options to use when dequeuing a message from a queue. |
|
Specifies the enqueueing options used to enqueue a message to a queue. |
|
Specifies the type of queue table associated with this queue. |
|
Returns the name of the queue. |
|
Specifies the various notification options for notifications that are registered using the |
|
Specifies the array of consumers, for a multiconsumer queue, that are to be notified asynchronously for any incoming messages on the queue. |
|
Specifies the type name on which the queue and the corresponding queue table is based if the |
OracleAQQueue Public Methods
The OracleAQQueue
public methods are listed in Table 12-23.
Table 12-23 OracleAQQueue Public Methods
Public Method | Description |
---|---|
Dequeues messages from queues (Overloaded). |
|
Dequeues multiple messages from queues (Overloaded). |
|
Releases any resources or memory allocated by the object |
|
Enqueues messages to queues (Overloaded). |
|
Enqueues multiple messages to a queue (Overloaded). |
|
Listens for messages on the queue on behalf of |
OracleAQQueue Events
The OracleAQQueue
event is listed in Table 12-24.
Table 12-24 OracleAQQueue Events
Event Name | Description |
---|---|
Notifies when a message is available in the queue for |