ODAC

TOraQueueAdmin.SchedulePropagation Method

Schedules the propagation of messages from the queue to a destination identified by a specific database link.

Class

TOraQueueAdmin

Syntax

procedure SchedulePropagation(const Destination: string; StartTime: TDateTime; Duration: integer; const NextTime: string; Latency: integer; const DestinationQueue: string = '');

Parameters
Destination
Holds the destination database link.
StartTime
Holds the initial start time for the propagation window for messages from the queue to the destination.
Duration
Holds the duration of the propagation window in seconds.
NextTime
Holds the date function to compute the start of the next propagation window from the end of the current window.
Latency
Holds the maximum wait time in seconds in the propagation window for a message to be propagated after it is enqueued.
DestinationQueue
Holds the name of the destination queue. DestinationQueue parameter is supported starting with Oracle 10.

Remarks

Call the SchedulePropagation metod to schedule the propagation of messages from the queue to a destination identified by a specific database link.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback