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.

RabbitMQ inconsistent cluster

Few questions about RabbitMQ v3.1.5 clustering. I have a cluster with 2 nodes, rabbitmq.config is like this on both nodes: [ {…

rabbitmq mnesia
Celery Beat: Limit to single task instance at a time

I have celery beat and celery (four workers) to do some processing steps in bulk. One of those tasks is …

python concurrency rabbitmq celery celerybeat
rabbitmq consume json message and convert into Java object

I have put together a java test. It puts a message on a queue and returns it as a string. …

java rabbitmq spring-amqp spring-rabbit
What is message-oriented middleware?

I've been trying to figure out exactly what message-oriented middleware is, but haven't been able to find any non-enterprise real …

messaging rabbitmq mom
MongoDB Schema Design - Real-time Chat

I'm starting a project which I think will be particularly suited to MongoDB due to the speed and scalability it …

mongodb rabbitmq activemq schema-design nosql
Sending a persistent message in RabbitMQ via HTTP API

I want to send a persistent mesaage via HTTP API. Im using this command: curl -u UN:PWD -H "content-type:…

api http rabbitmq persistent
Consumer Connection error with django and celery+rabbitmq?

I'm trying to set up celeryd with django and rabbit-mq. So far, I've done the following: Installed celery from pip …

python django rabbitmq celery django-celery
AMQP vs Websphere MQ

We're working on an application that supports AMQP for queuing. Some of our clients are using Websphere MQ. I'm just …

messaging rabbitmq amqp ibm-mq celery
Where are the AMQP 1.0 implementations? Would it make sense to wait?

I'm doing research to figure out what messaging solution to settle on for our future products and I can't really …

rabbitmq amqp qpid
Is it possible to move / merge messages between RabbitMQ queues?

I'm looking to know is it possible to move / merge messages from one queue to another. For example: main-queue contains …

python queue rabbitmq amqp pika