Worker Pool
Last updated
Last updated
A Queue Connection is defined inside your cbq config file using a QueueConnectionDefinition
builder component. You can create one of these builder components using the method.
Sets the name for the Worker Pool. Usually not called directly as the newWorkerPool
method requires a name
.
Sets the name of the associated Connection for the Worker Pool. This must reference an already registered Connection.
Alias for .
Sets the quantity of workers for this Worker Pool.
The name of a queue to work. The default queue is named default
.
Sets the backoff time amount, in seconds.
Sets the timeout time amount, in seconds.
Sets the max number of attempts.
Alias for .
Alias for .
Alias for .
Alias for .
Alias for .