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 : Create queue dynamically

I have a scenario where I want to publish some messages to rabbitmq-exchange using a specific routing key for eg. …

jms rabbitmq message-queue rabbitmq-exchange
How do you handle recovering from a faulty connection using RabbitMQ java client library?

I'm interested in knowing how other people handle recovering from a faulty connection using the official RabbitMQ java client library. …

java rabbitmq amqp
How does RabbitMQ decide when it is time to delete a message?

I am trying to understand the logic for message deletion in RabbitMQ. My goal is to make messages persist even …

rabbitmq high-availability queueing
PHP Daemon/worker environment

Problem: I want to implement several php-worker processes who are listening on a MQ-server queue for asynchronous jobs. The problem …

php parallel-processing daemon rabbitmq process-control
pika.exceptions.ProbableAuthenticationError when trying to send message to remote queue

I'm trying to run RabbitMQ Python tutorial but with sender on virtualbox host machine and receiver and queue on virtualbox …

python rabbitmq pika
How to detect dead RabbitMQ connection

I have a RabbitMQ consumer script in Go (this is a simple script from RabbitMQ tutorial that uses streadway/amqp …

go rabbitmq amqp
Set Timeout for Pika ioloop async (RabbitMQ)

I need to be able to gracefully stop a consumer (worker) who works in a Pika ioloop. The worker should …

python rabbitmq pika
Spring RabbitTemplate - How to create queues automatically upon send

I am using RabbitMQ together with Spring's RabbitTemplate. When sending messages to queues using the template send methods, I want …

java spring rabbitmq spring-amqp spring-rabbit
rabbtimqadmin - Could not connect: [Errno -2] Name or service not known

I have RabbitMQ installed on a CentOS 5.x server which I use for message passing between my programs. I've installed …

rabbitmq rabbitmqctl rabbitmqadmin
RabbitMQ clustering and mirror queues behavior behind the scenes

Can someone please explain what is going on behind the scenes in a RabbitMQ cluster with multiple nodes and queues …

rabbitmq haproxy high-availability