Skip to content

Configure queues

Thomas Beermann requested to merge configure_queues into master

In the development environment the queues are currently implicitly created by the HCA when it first starts. Now with this change the vhost and the queues are created when the environment starts and the queue declaration is removed from the HCA queue. This is also needed for production since there queues should not be created by the HCA but will be centrally configured.

Edited by Thomas Beermann

Merge request reports