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.

Examples of Django and Celery: Periodic Tasks

I have been fighting the Django/Celery documentation for a while now and need some help. I would like to …

django rabbitmq celery django-celery
RabbitMQ: How to requeue message with counter

Is there any way to count how many time a job is requeued (via Reject or Nak) without manually requeu …

go rabbitmq amqp
RabbitMQ use of immediate and mandatory bits

I am using RabbitMQ server. For publishing messages, I set the immediate field to true and tried sending 50,000 messages. Using …

rabbitmq amqp
Celery does not release memory

It looks like celery does not release memory after task finished. Every time a task finishes, there would be 5m-10…

python rabbitmq celery amqp
Error - Unable to attach or mount volumes: unmounted volumes=[data]

I have had weird problems in kubernetes. When I run install command, pods never started. Pvc was bound. It gave …

kubernetes rabbitmq cephfs
RabbitMQ: How to send Python dictionary between Python producer and consumer?

I'm trying to send a python dictionary from a python producer to a python consumer using RabbitMQ. The producer first …

python rabbitmq
Error with rabbit-mq server

I am trying to setup OpenStack on Ubuntu 12.04 using devstack. Now, the error I am getting is: Setting up rabbitmq-server (2.7.1…

rabbitmq openstack dpkg devstack
RabbitMQ set_permissions syntax noob

I've seen other posts on stackoverflow related in some ways to the ridiculous question I'm about to ask but none …

rabbitmq celery django-celery
How to configure and receiveAndConvert jSON payload into domain Object in Spring Boot and RabbitMQ

Recently I have been having a keen interest on Microservice Architecture using Spring Boot. My implementation has two Spring boot …

java spring rabbitmq spring-boot spring-amqp
Way to break a connection from rabbitmq

I've got an application which has some bugs. For some reason 2 consumers are created when only one should be there …

rabbitmq consumer