Top "Node-amqp" questions

node-amqp is an AMQP client for nodejs.

RabbitMQ / AMQP: single queue, multiple consumers for same message?

I am just starting to use RabbitMQ and AMQP in general. I have a queue of messages I have multiple …

node.js messaging rabbitmq amqp node-amqp
How to requeue messages in RabbitMQ

After the consumer gets a message, consumer/worker does some validations and then call web service. In this phase, if …

rabbitmq amqp node-amqp
Should I close the channel/connection after every publish?

I am using amqplib in Node.js, and I am not clear about the best practices in my code. Basically, …

rabbitmq node-amqp
How to convert AQMP message buffer into JSON object when using node.js amqp module?

I am using node.js amqp module for reading messages from a queue. The following is the callback that is …

node.js type-conversion node-amqp
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