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.

How to create a delayed queue in RabbitMQ?

What is the easiest way to create a delay (or parking) queue with Python, Pika and RabbitMQ? I have seen …

python queue rabbitmq delay pika
How load balancer works in RabbitMQ

I am new to RabbitMQ, so please excuse me for trivial questions: 1) In case of clustering in RabbitMQ, if a …

rabbitmq load-balancing
Is there a performance difference between pooling connections or channels in rabbitmq?

I'm a newbie with Rabbitmq(and programming) so sorry in advance if this is obvious. I am creating a pool …

queue message-queue rabbitmq task-queue
RabbitMQ vs Socket.io?

I'm doing real time live web app development. Browser users should be able to communicate with eachother through a node.…

node.js websocket rabbitmq amqp socket.io
Installing AMQP through PECL

I'm trying to install the RabbitMQ PECL extension but after running sudo pecl install amqp I get the following cryptic …

php rabbitmq amqp pecl
Service Oriented Architecture - AMQP or HTTP

A little background. Very big monolithic Django application. All components use the same database. We need to separate services so …

http rabbitmq soa scaling amqp
RabbitMQ cluster is not reconnecting after network failure

I have a RabbitMQ cluster with two nodes in production and the cluster is breaking with these error messages: =ERROR …

cluster-computing rabbitmq
amqp vs amqplib - which Node.js amqp client library is better?

What are the differences between those amqp client libraries? Which one is the most recommended? What are the major differences?

node.js rabbitmq amqp
epmd error for host myhost: address (cannot connect to host/port) on windows 10

I am trying to install rabbitmq. The installation of both erlang i.e OTP 18.1 file was done successfulyl and also …

rabbitmq rabbitmqctl epmd
Python and RabbitMQ - Best way to listen to consume events from multiple channels?

I have two, separate RabbitMQ instances. I'm trying to find the best way to listen to events from both. For …

python rabbitmq pika