Queues

A queue is a temporary holding location for issued commands that are waiting to enter the next stage of processing.

Queues are an ordered list. Issued commands are offered to the first matching queue.

A queue can perform these actions:

ACCEPT The queue accepts and releases commands.
HOLD The queue accepts commands but does not release them. These commands may be released manually, or automatically as soon as the queue action changes to ACCEPT.
REJECT The queue does not accept commands. Matching commands will fail immediately.
   
# {{ queue.order }} Queue {{ queue.name }} Issuer {{ group }} {{ user }} any Min. level Name patterns any {{ tcPattern }}
Action ACCEPT HOLD REJECT Pending {{ (queue.entries?.length || 0) | number }} View command history

 

You are connected to the replay processor {{ connectionInfo.processor?.name }}.

This processor does not support commanding.