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


Chapter 12 Queue Participation : 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 queue participant records. It consists of the single character R.
Reset Queue Participants
This instruction removes all queue participant records for a specific queue queuename.
P-queuename
Add Participants
This instruction adds a participant record for a specific queue. It is a multi-line instruction which takes the format:
P+queuename,startdate,enddate,starttime,endtime,days
U+username
...
END
where:
queuename is the name of the queue to add a participant record to.
startdate is the date from which the participants have access to the queue, in the format DD_MM_YYYY. A hyphen character () is used, if no date is specified.
enddate is the date from which the participants do not have access to the queue, in the format DD_MM_YYYY. A hyphen character () is used, if no date is specified.
starttime is the time from which the participants have access to the queue on each day, in the format HH:MM. A hyphen character () is used, if no time is specified.
endtime is the time from which the participants do not have access to the queue on each day, in the format HH:MM. A hyphen character () is used, if no time is specified.
days lists the days of the week on which the participants have access to the queue, in the MTWTFSS format . A hyphen character () means that the participants do not have access to the queue on that day.
For example, the M-W---S entry indicates that the participants can access the queue only on Mondays, Wednesdays and Sundays.
U+username adds user username to the participant list for this record. There should be one entry per participant, with each entry on a separate line.
An iProcess user can have access to a maximum of 32,767 work queues. If this number is exceeded, users cannot log in. Users can access personal, group and test queues, either directly or by supervision or participation.

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