Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
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 © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback