![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
F-queuename
• 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 |