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.

NServiceBus and Rabbit MQ or Kafka

I am trying to learn messaging system. I have found that RabbitMq and NServiceBus are using together in few places. …

rabbitmq apache-kafka message-queue nservicebus
Message broker vs. MOM (Message-Oriented Middleware)

I'm a little confused as to what the difference is between a message broker e.g. RabbitMQ and Message-orientated Middleware. …

rabbitmq message-queue amqp messagebroker mom
RabbitMQ error timeout

I've set up RabbitMQ in order to parse some 20.000 requests from an external API but it keeps timing out after …

php ubuntu nginx rabbitmq php-amqplib
How to set timeout detection on a RabbitMQ server?

I am trying out RabbitMQ with this python binding. One thing I noticed is that if I kill a consumer …

python message-queue rabbitmq amqp
RabbitMQ - How to check if queue is empty?

I have a web service interface that abstracts a RabbitMQ server (don't ask me why, I know it's an unnecessary …

php rabbitmq php-amqplib
How is concurrency in Spring AMQP Listener Container implemented?

My container XML config: <rabbit:listener-container connection-factory="myConnectionFactory" acknowledge="none" concurrency="10" requeue-rejected="false"> <rabbit:listener ref="myListener" …

java spring rabbitmq amqp spring-amqp
Rabbitmq File Descriptor Limit

Rabbitmq documentation says that we need to do some configuration before we use it on production. One of the configuration …

rabbitmq rabbitmq-exchange rabbitmqctl
Publish/Subscribe reliable messaging: Redis VS RabbitMQ

Background I am making a publish/subscribe typical application where a publisher sends messages to a consumer. The publisher and …

javascript node.js redis rabbitmq publish-subscribe
Is VirtualHost a good pattern in RabbitMQ?

I have 100 clients. Each client has unique username, password and two channels (users can't connect to different channels apart from …

rabbitmq virtualhost
Configure HAProxy for rabbitmq

I want to use HAProxy as a load balancer. I want to put two rabbitmq server behind haproxy. Both the …

java load-balancing rabbitmq haproxy round-robin