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.

why do we need routing key in rabbitmq

I am wondering why do we need routing key to route message from exchange to queue. Can't we use the …

rabbitmq rabbitmq-exchange rabbitmqctl
RabbitMQ: How to specify the queue to publish to?

RabbitMQ's Channel#basicConsume method gives us the following arguments: channel.basicConsume(queueName, autoAck, consumerTag, noLocal, exclusive, arguments, callback); Giving us …

java rabbitmq messaging publish-subscribe channel
How to handle RabbitMQ Logs?

We're running RabbitMQ and the .log it's writing to the log folder get quiet large. What's the right thing to …

logging rabbitmq administration rabbitmqctl
rabbitmq multiple consumers on a queue- only one get the message

I implemented multiple consumers, who are fetching messages from a single queue, I am doing this using something similar to …

python rabbitmq amqp pika
Reduce RabbitMQ memory usage

I'm trying to run RabbitMQ on a small VPS (512mb RAM) along with Nginx and a few other programs. I've …

memory-management erlang rabbitmq
Can I specify RabbitMQ credentials in node.js?

I started to use rabbit.js to connect to RabbitMQ from a node.js application. I'm blocked at: Error: Channel …

node.js rabbitmq
I need to mock a RabbitMQ in my unit Test

I am using a RabbitMQ in my project. I have in my consumer the code of the client part of …

java junit mocking rabbitmq amqp
Spring: send message to websocket clients

I'm building a webchat with Spring Boot, RabbitMQ and WebSocket as POC, but I'm stucked a the last point: WebSockets …

java spring spring-boot rabbitmq spring-websocket
RabbitMQ consume one message if exists and quit

I am running code on python to send and receive from RabbitMQ queue from another application where I can't allow …

python rabbitmq amqp
Erlang machine stopped instantly (distribution name conflict?). The service is not restarted as OnFail is set to ignore

I am using RabbitMQ. For some reason the rabbitMQ service stops as soon as you start it. I saw following …

erlang rabbitmq erlang-ports