Alters the rule and transformation properties of a queue subscriber.
Class
TOraQueueAdmin
Syntax
procedure AlterSubscriber(Subscriber: TQueueAgent; const Rule: string; const Transformation: string = '');
Parameters
Subscriber
Holds an agent on whose behalf the subscription is being defined.
Rule
Holds a conditional expression based on the message properties, the message data properties, and PL/SQL functions.
Transformation
Holds the transformation that will be applied when this subscriber dequeues the message.
Remarks
Call the AlterSubscriber method to alter the rule and transformation properties of a queue subscriber.
See Also