Oracle® Data Provider for .NET Developer's Guide 11g Release 2 (11.2.0.3) Part Number E23174-02 |
|
|
PDF · Mobi · ePub |
The OracleAQMessageDeliveryMode
enumeration type specifies the delivery mode of the message.
Table 12-31 lists all the OracleAQMessageDeliveryMode
enumeration values with a description of each enumerated value.
Table 12-31 OracleAQMessageDeliveryMode Members
Member Name | Description |
---|---|
|
Indicates a buffered message. Both enqueue and dequeue buffered messaging operations must be in Dequeuing applications can choose to dequeue persistent messages only, buffered messages only, or both types. Buffered messages can be queried using the Buffered messaging is supported in Oracle Database 10g release 2 (10.2) and higher releases. Recipient lists are supported for buffered messaging. Buffered messaging is supported in all queue tables created with a database compatibility level of 8.1 or higher. Transaction grouping queues and array enqueues are not supported for buffered messages in Oracle Database 11g release 1 (11.1) . One can still use the array enqueue procedure to enqueue buffered messages, but the array size must be set to Buffered messaging is faster than persistent messaging. Use buffered messaging for applications that do not require the reliability and transaction support of Oracle Streams AQ persistent messaging. |
|
Indicates a persistent message. Persistent messaging ensures reliability and support transactions. It is slower than buffered messaging. |
|
Indicates a persistent or buffered message. This is used with |
Namespace: Oracle.DataAccess.Client
Assembly: Oracle.DataAccess.dll
ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4