Distribt
Distribt copied to clipboard
RabbitMQ: binding the queues on a lazy way
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.