Skip Headers
Oracle® Objects for OLE Developer's Guide
11g Release 2 (11.2) for Microsoft Windows

E17727-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DequeueMode (OraAQ) Property

Applies To

OraAQ Object

Description

Specifies the locking behavior associated with the dequeue operation.

Usage

Q.DequeueMode = locking_mode 

Data Type

Integer

Remarks

Possible values are:

  • ORAAQ_DQ_BROWSE ( 1)

    Does not lock the message when dequeuing.

  • ORAAQ_DQ_LOCKED ( 2)

    Reads and obtains a write lock on the message.

  • ORAAQ_DQ_REMOVE (3 )(Default)

    Reads the message, and updates or deletes it.