Wait (OraAQ) Property

Applies To

OraAQ Object

Description

Specifies the wait time (in seconds), if there is currently no message available.

Usage

Q.Wait = seconds 

Data Type

Integer

Remarks

Applicable only for a dequeue operation.

Possible values are:

  • ORAAQ_DQ_WAIT_FOREVER (-1) (Default)

    Waits forever.

  • ORAAQ_DQ_NOWAIT (0)

    Does not wait.