I've just tryed upgrading my RabbitMQ from 3.9.8 to 3.9.14, as well as updating Erlang from 23.3 to 24.3.3 (according to RabbitMQ documentation, RabbitMQ v3.9.1
I'm seeking some advise as to how best configure my rabbitMQ exchanges. I'm trying to use a topic exchange in a round robin methodology. Each consumer has its
I'm trying to use rabbitMQ under a WPF application.I've followed the sample that are present on rabbitmq site. The sender is a console application that does
I have a simple NestJs Microservice application that is listening for messages from a Rabbitmq service. async function bootstrap() { dotenv.config(); // TO
I am trying to start RMQ inside docker container, with precreated queue qwer. Prior to this, I was using simple docker-compose.yml file: rabbit: image: ra