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 |
|
Min. level |
|
Name patterns |
|
Action | ACCEPT HOLD REJECT | Pending | {{ (queue.entries?.length || 0) | number }} |
|
|---|
You are connected to the
This processor does not support commanding.