Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Consumer (OraAQ) Property

Applies To

OraAQ Object

Description

Applicable only for a Dequeue operation.

Usage

Q.Consumer = consumer_name

Remarks

The value is a string representing the name of the consumer. Only those messages matching the consumer name are accessed.

Example

Dim DB As OraDatabase

Dim Q as OraAQ

set Q = DB.CreateAQ("Q_MSG_MULTIPLE")

'Dequeue only message meant for ANDY

Q.consumer = "ANDY"

'other processing...

Q.Dequeue

Data Type

String


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents