Create server queues dynamically

Hi all,

Is it possible to create new queue from client? We want to have hangfire server as a windows service and to have one queue per domain (tenant) because we have multiple domains on one environment. Is it possible to create new queue for some job if there is no appropriate queue for current domain (tenant)? If queue can be added only when server starts, we won’t be able to add new queue after adding a new domain (tenant) without restarting the hangfire windows service.

Regards,
Radovan