Top "Rabbitmq" questions

RabbitMQ is an open-source message broker originally implementing the AMQP protocol with additional messaging protocols supported via a plug-in architecture.

How to requeue messages in RabbitMQ

After the consumer gets a message, consumer/worker does some validations and then call web service. In this phase, if …

rabbitmq amqp node-amqp
How to add initial users when starting a RabbitMQ Docker container?

Currently i am starting RabbitMQ Docker container using the default RabbitMQ image from DockerHub. Using the following commands. docker run …

docker rabbitmq
Why do we need message brokers like RabbitMQ over a database like PostgreSQL?

I am new to message brokers like RabbitMQ which we can use to create tasks / message queues for a scheduling …

postgresql redis rabbitmq message-queue celery
How to get Spring RabbitMQ to create a new Queue?

In my (limited) experience with rabbit-mq, if you create a new listener for a queue that doesn't exist yet, the …

java spring rabbitmq amqp
Windows x64 RabbitMQ install error with Erlang environment var (ERLANG_HOME)

I'm ask/answering this question because it hung me up & it's likely someone else will have the same problem. …

erlang rabbitmq config
RabbitMQ difference between exclusive and auto-delete?

The "RabbitMQ in Action" book on page 19 gives these descriptions of exclusive and auto-delete: exclusive - When set to true, …

rabbitmq
How to configure RabbitMQ connection with spring-rabbit?

I'm following this guide to learn how to use spring-rabbit with RabbitMQ. However in this guide, the RabbitMQ configuration is …

spring-boot rabbitmq spring-amqp spring-rabbit
RabbitMQ: messages remain "Unacknowledged"

My Java application sends messages to RabbitMQ exchange, then exchange redirects messages to binded queue. I use Springframework AMQP java …

java message-queue rabbitmq amqp
RabbitMQ and message priority

Does RabbitMQ have any concept of message priority? I have an issue were some more important messages are being slowed …

rabbitmq