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.

Manually ack messages in RabbitMQ

Previously I was reading all the messages present in the queue, but now I have to return specific amount of …

rabbitmq spring-amqp spring-rabbit
RabbitMQ Vs. MSMQ for Microsoft Azure Cloud Platform

I would like to use a Message-Oriented-Middleware (MOM) with Microsoft Azure cloud platform. I've done a little comparison between RabbitMQ …

azure rabbitmq msmq mom
Synchronous and blocking consumption in RabbitMQ using pika

I want to consume a queue (RabbitMQ) synchronously with blocking. Note: below is full code ready to be run. The …

python python-2.7 rabbitmq pika
Scheduled/Delay messaging in Spring AMQP RabbitMq

I am struggling hard to find out the way for scheduled/Delaying messages in Spring AMQP/Rabbit MQ.After hell …

rabbitmq spring-amqp
Is it possible to pass JSON object to the RabbitMQ queue using java application?

I want to pass JSON object to the RabbitMQ queue. In the below code, I am using obj.toJSONString().getBytes() …

java json spring-boot rabbitmq spring-rabbit
Set Message TTL to one hour RabbitMQ

How can I set the message TTL ( Not the Queue ) from either the Exchange ( The exchange sends to multiple queues ) …

php symfony rabbitmq amqp ttl
How to use channel.assertQueue function from amqplib library for node.JS?

I am developing a messaging app using RabbitMQ, and Node.JS. I am using amqplib for this purpose. I am …

javascript node.js rabbitmq amqp php-amqplib
nova-compute service state is down

I have an all-in-one-setup with my controller and compute services running on the same node.all my nova and other …

rabbitmq openstack openstack-nova
RabbitMQ channel creation guidelines

I'm writing a simple class that my apps will use to send and receive messages using RabbitMQ. I've read as …

c# messaging rabbitmq
Real-time application newbie - Node.JS + Redis or RabbitMQ -> client/server how?

I am a newbie to real-time application development and am trying to wrap my head around the myriad options out …

apache node.js redis rabbitmq publish-subscribe