Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
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]. |
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.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|