Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

Feedback

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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents