Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 13 Queue Redirection : Control Instructions

Control Instructions
The following control instructions can be used:
Reset
This instruction (which should only appear as the first character in a control file) removes all current queue redirection information. It consists of the single character R.
Reset Queue Redirection
This instruction removes all queue redirection information for a specific queue queuename.
F-queuename
Redirect Queue
This instruction redirects a specific queue to another queue:
F+queuename,destname,startdate,enddate
where:
queuename is the name of the queue from which work items are to be redirected.
destname is the name of the queue to which work items for queuename should be redirected. Queues on remote nodes can be specified as name@nodename. (You should make sure that any procedure which may send work items to the redirected queue is multi-noded to the nodename node. If it is not, work items sent by that procedure will not be able to reach the destination queue, and so will be delivered to the undelivered work items queue instead.)
startdate is the date and time from which redirection should take place, in the format DD_MM_YYYY HH:MM. If no date is specified, the current date and time is used. A hyphen character () is used if no date/time is specified.
enddate is the date and time at which redirection should stop, in the format DD_MM_YYYY HH:MM. If no date is specified, a date and time of 31/12/3000 23:59 is used. A hyphen character () is used if no date/time is specified.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved