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.

Deleting queues in RabbitMQ

I have a few queues running with RabbitMQ. A few of them are of no use now, how can I …

queue rabbitmq
Redis Vs RabbitMQ as a data broker/messaging system in between Logstash and elasticsearch

We are defining an architecture to collect log information by Logstash shippers which are installed in various machines and index …

elasticsearch redis rabbitmq logstash
Verify version of rabbitmq

How can I verify which version of rabbitmq is running on a server? Is there a command to verify that …

rabbitmq
RabbitMQ 3.3.1 can not login with guest/guest

I have installed the latest version of RabbitMQ on a VPS Debian Linux box. Tried to get login through guest/…

rabbitmq
How to reset user for rabbitmq management

Using rabbitmq, we can install management plugin. Then we access via browser using http://localhost:55672/ using guest:guest. The problem …

rabbitmq
Performance comparison between ZeroMQ, RabbitMQ and Apache Qpid

I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache …

message-queue rabbitmq zeromq qpid
RabbitMQ has Nodedown Error

On a Windows 7 Enterprise machine, I made a fresh install of Erlang 17.4 and RabbitMQ 3.4.3 x64. The installation was successful and …

windows erlang rabbitmq
RabbitMQ (beam.smp) and high CPU/memory load issue

I have a debian box running tasks with celery and rabbitmq for about a year. Recently I noticed tasks were …

erlang debian rabbitmq celery mnesia
rabbitmq refusing to start

I have installed rabbitmq on ubuntu and trying to start it using rabbitmq-server start, however, I'm getting this error: Activating …

rabbitmq
RabbitMQ creating queues and bindings from command line

If I have RabbitMQ installed on my machine, is there a way to create a message queue from the command …

rabbitmq