See Also

Devart.Data.Oracle Namespace

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

OracleQueueNavigation Enumeration

Devart.Data.Oracle Namespace : OracleQueueNavigation Enumeration

Specifies which message will be dequeued next.

Members

MemberDescription
UnknownThe next dequeud message is not specified.
FirstMessageRetrieves the first message which is available and matches the search criteria. This setting resets the position to the beginning of the queue.
NextTransactionSkip the remainder of the current transaction group (if any) and retrieve the first message of the next transaction group. This setting can only be used if message grouping is enabled for the current queue.
NextMessageRetrieve the next message that is available and matches the search criteria. If the previous message belongs to a message group, AQ retrieves the next available message that matches the search criteria and belongs to the message group.
FirstMessageMultiGroupIndicates that a call to DequeueArray will reset the position to the beginning of the queue and dequeue messages (possibly across different transaction groups) that are available and match the search criteria, until reaching the array length limit. (Supported in Oracle server 10g and greater.)
NextMessageMultiGroupIndicates that a call to DequeueArray will dequeue the next set of messages (possibly across different transaction groups) that are available and match the search criteria, until reaching the array length limit. (Supported in Oracle server 10g and greater.)

See Also

Devart.Data.Oracle Namespace

 

 


© 2002 - 2013 Devart. All Rights Reserved.