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 amqp - listening to ack messages from consumer

I have a producer and broker on the same machine. The producer sends messages like so: channel = connection.createChannel(); //Create …

rabbitmq amqp producer-consumer
rabbitmqadmin [Errno 111] Connection refused

So I keep getting "connection refused" from rabbitmqadmin. I'm running debian 7 on a vm as root user. I installed rabbitmq-server …

debian rabbitmq rabbitmqadmin
RabbitMQ - access to vhost 'XXX' refused for user 'guest'

I am using RabbitMQ 3.0.3 version. The service was working fine for last 4-5 years. Recently some updates patches were installed …

.net rabbitmq masstransit rabbitmq-exchange rabbitmqctl
Is there any way to list queues in a rabbitmq via pika?

I know that we can do this to list queue in a rabbitmq. rabbitmqctl list_queues but how can I …

python queue rabbitmq pika
Mnesia can't connect to another node

I am setting up a rabbitmq cluster and ran into an issue during the one step in the process. Its …

rabbitmq mnesia
How to configure RabbitMQ using Active/Passive High Availability architecture

I'm trying to setup a cluster of RabbitMQ servers, to get highly available queues using an active/passive server architecture. …

rabbitmq message-queue high-availability
Celery Tasks Not Being Processed

I'm trying to process some tasks using celery, and I'm not having too much luck. I'm running celeryd and celerybeat …

python rabbitmq task celery broker
How To Load-Distribution in RabbitMQ cluster?

Hi I create three RabbitMQ servers running in cluster on EC2 I want to scale out RabbitMQ cluster base on …

amazon-ec2 amazon-web-services rabbitmq cluster-computing autoscaling
RabbitMQ Pika connection reset , (-1, ConnectionResetError(104, 'Connection reset by peer'))

searched through stackoverflow and posting this question because no solution worked for me and my question might be different from …

python-3.x multithreading rabbitmq pika python-pika
RabbitMQ High-speed Transient Messaging Performance

The system we are building is receiving data through the external feed. Our job is to distribute this data to …

msmq rabbitmq tibco