Async Queue Config
Constructs a new AsyncQueueConfig instance.
The port and workers properties will be assigned default values.
Parameters
Unique identifier for the queue.
This value will be used to reference the queue when submitting jobs to it.
RabbitMQ credentials username.
RabbitMQ credentials password.
Hostname for the target RabbitMQ instance.
Constructs a new AsyncQueueConfig instance.
The port property will be assigned a default value.
Parameters
Unique identifier for the queue.
This value will be used to reference the queue when submitting jobs to it.
RabbitMQ credentials username.
RabbitMQ credentials password.
Hostname for the target RabbitMQ instance.
Number of worker threads to be used by consumers of the target queue.
Default value is 5.
Constructs a new AsyncQueueConfig instance.
Parameters
Unique identifier for the queue.
This value will be used to reference the queue when submitting jobs to it.
RabbitMQ credentials username.
RabbitMQ credentials password.
Hostname for the target RabbitMQ instance.
Port number for connecting to the target RabbitMQ instance.
Default value is 5672.
Number of worker threads to be used by consumers of the target queue.
Default value is 5.