RabbitMQ is an open-source message broker originally implementing the AMQP protocol with additional messaging protocols supported via a plug-in architecture.
I have a few queues running with RabbitMQ. A few of them are of no use now, how can I …
queue rabbitmqWe are defining an architecture to collect log information by Logstash shippers which are installed in various machines and index …
elasticsearch redis rabbitmq logstashHow can I verify which version of rabbitmq is running on a server? Is there a command to verify that …
rabbitmqI have installed the latest version of RabbitMQ on a VPS Debian Linux box. Tried to get login through guest/…
rabbitmqUsing rabbitmq, we can install management plugin. Then we access via browser using http://localhost:55672/ using guest:guest. The problem …
rabbitmqI need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache …
message-queue rabbitmq zeromq qpidOn 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 rabbitmqI have installed rabbitmq on ubuntu and trying to start it using rabbitmq-server start, however, I'm getting this error: Activating …
rabbitmqIf I have RabbitMQ installed on my machine, is there a way to create a message queue from the command …
rabbitmq