How to use multiply AMQP RabbitMQ connections in custom module
I need connect in custom module to multiply RabbitMQ hosts. So how setup it? I tried something like this in app/etc/env.php ‘queue’ => [ ‘amqp’ => [ ‘connections’ => [ ‘default’ => [ ‘host’ => ‘host1.test’, ‘port’ => ‘5672’, ‘user’… Read More »How to use multiply AMQP RabbitMQ connections in custom module