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.

Sending RabbitMQ messages via websockets

Looking for some code samples to solve this problem :- Would like to write some code (Python or Javascript) that …

node.js websocket rabbitmq node-amqp python-pika
How to add a header key:value pair when publishing a message with pika

I am writing an automated test to test a consumer. So far I did not need to include a header …

python rabbitmq amqp pika
Unable to perform an operation on node rabbitmq

Trying to set up a rabbitmq with rabbit@localhost, but: c:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.18\sbin>rabbitmqctl …

rabbitmq rabbitmqctl
PHP RabbitMQ setTimeout or other option to stop waiting for queue

I'm required to create a simple queue manager to pass a number from a sender to a consumer. Hello World …

php rabbitmq wait amqp php-amqplib
Retry Lost or Failed Tasks (Celery, Django and RabbitMQ)

Is there a way to determine if any task is lost and retry it? I think that the reason for …

rabbitmq celery django-celery
amqplib: Socket closed abruptly during opening handshake

What I am trying to do I try to create rabbit-mq publisher & subscriber. It works as expected until I …

node.js rabbitmq node-amqplib
Use of messaging like RabbitMQ in web application?

I would like to learn what are the scenarios/usecases/ where messaging like RabbitMQ can help consumer web applications. Are …

message-queue rabbitmq amqp
Rabbit mq - Error while waiting for Mnesia tables

I have installed rabbitmq using helm chart on a kubernetes cluster. The rabbitmq pod keeps restarting. On inspecting the pod …

kubernetes rabbitmq google-kubernetes-engine kubernetes-helm rabbitmq-exchange
Using EasyNetQ with RabbitMQ to publish and receive messages

I'm new to messaging, and currently investigating using RabbitMQ as part of our system architecture to provide messaging between different …

rabbitmq message-queue easynetq
Scaling in Rabbitmq

While using Clusters in Rabbit MQ, I was planning to use the Competing Subscriber pattern. Producer : 1 Exchange : 1 direct Queue : 1 Consumers : …

rabbitmq rabbitmq-exchange rabbitmqctl