Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

AQAgent (OraAQMsg) Method

Applies To

OraAQMsg

Description

Creates an instance of the OraAQAgent for the specified consumer and adds it to the OraAQAgents list of the message.

Arguments
Description
[in] Name
A String up to 30 bytes representing the name of the consumer of the message.
[in] [optional] Address
A 128 byte String representing the protocol specific address of recipient, such as [schema.]queue[@dblink].
Usage

Set agent = qMsg.AQAgent(name)

Remarks

The OraAQAgent object represents a message recipient and is only valid for queues which allow multiple consumers. Queue subscribers are recipients by default. Use this to override the default consumers.

An OraAQAgent object can be instantiated by invoking the AQAgent method. For

example:

Set agent = qMsg.AQAgent(consumer)

The maximum number of agents that a message can support is 10.

The AQAgent method returns an instance of an OraAQAgent.

Note: The address is not supported in this release, but is provided for future enhancements.