Field DefaultQueue
- Namespace
- Millrace
- Assembly
- Millrace.dll
The queue name used when none is given.
public const string DefaultQueue = "default"
Returns
- string
- The queue name used when none is given.
Remarks
A constant rather than a setting, because both ends fall back to it independently: an enqueue that names no queue and a node that configures none have to arrive at the same string, or the job is written somewhere nothing claims from.