Distribt icon indicating copy to clipboard operation
Distribt copied to clipboard

RabbitMQ: binding the queues on a lazy way

Open ElectNewt opened this issue 3 years ago • 0 comments

if a queue/exange does not exist the process will fail.

one solution is "lazy" creating those queues/exanges. but the proper way should be infrastrcuture wise. But at the same time we are binding the queues and the exanges already in the code, so, why not to creating them too.

ElectNewt avatar Jan 13 '22 00:01 ElectNewt