Rabbitmq starts on boot after few mins it exited
rabbitmq server starts on boot but after 1 min it gets stopped due to below error. I am using rabbitmq-server (3.12.12). if again i restart the rabbitmq service is working here
How to delete message in rabbit streams after consumed?
Currently, I’m writing a program that receives messages from RabbitMQ streams, and I want to delete the messages after they have been consumed. Is this possible?
How do I build my application with high throughput in mind? (Need guidance)
I am building a Spring boot REST API app that is part of a microservice architecture project. What I am planning:
RabbitMQ: “All stable feature flags must be enabled after completing an upgrade.” – How to fix?
I have just installed RabbitMQ on a fresh Windows 11 installation and enabled the management plugin by running the command rabbitmq-plugins enable rabbitmq_management
in the RabbitMq command prompt.
RABBITMQ: changing default user and password using .conf file
I am trying to change default user and password using following rabbitmq.conf file:
Monolith vs microservices with NestJs
I’m currenly woking on a project where I need to save some media file (like video) using a NestJS project.
Rabbit MQ: Migration to quorum queues. Auto-deleted quorum queues
In our system architecture, applications retrieve their initial state independently from real-time events. To achieve this, we utilize RabbitMQ’s exclusive auto-delete classic queues with server-generated names, which perfectly meet our requirements.
However, RabbitMQ is promoting a shift towards quorum queues, which unfortunately do not support these features.
We can devise a workaround for generating unique queue names and use the single-active-consumer property to simulate an exclusive queue. Yet, the challenge remains in creating an auto-deleted queue that will be removed once the host connection is closed.
Any assistance or insights on this matter would be greatly appreciated.
Making API calls with celery
I’m designing a system for a client where the requirements are:
Making API calls with celery
I’m designing a system for a client where the requirements are:
Making API calls with celery
I’m designing a system for a client where the requirements are: