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.

RabbitMQ queue messages

At the rabbitMQ web interface at the queue tab I see "Overview" panel where I found these: Queued messages : Ready …

rabbitmq amqp
Spring AMQP - Sender and Receiving Messages

I am facing an issue in receiving a message from RabbitMQ. I am sending a message like below HashMap<…

rabbitmq spring-amqp spring-rabbit
Unable to start Airflow worker/flower and need clarification on Airflow architecture to confirm that the installation is correct

Running a worker on a different machine results in errors specified below. I have followed the configuration instructions and have …

python rabbitmq celery airflow
Redis Pub/Sub vs Rabbit MQ

My team wants to move to microservices architecture. Currently we are using Redis Pub/Sub as message broker for some …

redis rabbitmq masstransit
multiple Rabbitmq queues with spring boot

From spring boot tutorial: https://spring.io/guides/gs/messaging-rabbitmq/ They give an example of creating 1 queue and 1 queue only, …

spring-boot rabbitmq amqp spring-amqp rabbitmq-exchange
Simple example of Masstransit with RabbitMQ

I want to use MassTransit bus with RabbitMQ. But I am not able to find a simple example. I am …

rabbitmq sample masstransit
Redis / RabbitMQ - Pub / Sub - Performances

I wrote a little test for a simple scenario: One publisher and one subscriber Publisher send 1000000 messages Subscriber receive the 1000000 …

performance redis rabbitmq publish-subscribe
AMQP 0-9-1 vs 1-0

I am looking for a messaging service for a new project that will have to interface some C# applications with …

rabbitmq activemq messaging amqp
How to retract a message in RabbitMQ?

I've got something like a job queue over RabbitMQ and, upon a request to cancel a job, I'd like to …

message-queue rabbitmq amqp cancellation
Queue Size in Spring AMQP Java client

I am using Spring amqp 1.1 version as my java client. I have a queue which has around 2000 messages. I want …

spring rabbitmq spring-amqp