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.

Microservices Why Use RabbitMQ?

I haven't found an existing post asking this but apologize if I missed it. I'm trying to get my head …

rabbitmq microservices
RESTful v/s MQ. Differences and other key features apart from Guaranteed Delivery

Ok..So I have started studying about MQ and its purpose/usecase etc... My existing application (Web made using JSP …

rest web-applications rabbitmq activemq
RabbitMQ Declare Exchange from Terminal - Access refused: /api/exchanges/

I'm using rabbitmq to handle messages between my databases for an enterprise application I work on. As part of the …

rabbitmq rabbitmq-exchange rabbitmqctl rabbitmqadmin
How does RabbitMQ compare to Mule

How does RabbitMQ compare to Mule, I am going to build an application using message oriented architecture and AMQP (RabbitMQ) …

jms esb rabbitmq mule eai
RabbitMQ AMQP.BasicProperties.Builder values

In the RabbitMQ/AMQP Java client, you can create an AMQP.BasicProperties.Builder, and use it to build() an instance …

java rabbitmq messaging amqp
Why do we need to use rabbitmq

Why do we need RabbitMQ when we have a more powerful network framework in Python called Twisted. I am trying …

python django twisted rabbitmq
RabbitMQ: fast producer and slow consumer

I have an application that uses RabbitMQ as the message queue to send/receive message between two components: sender and …

java multithreading rabbitmq amqp producer-consumer
Failed to Create Cookie file RabbitMQ in Windows

I am trying to run the following command rabbitmq-plugins.bat enable rabbitmq_management and its giving me an error like …

erlang rabbitmq
How to use rabbitmqctl to connect to the rabbitmqserver in the docker container?

I've used docker to start my rabbitmqserver. How can I use rabbitmqctl to connect to the rabbitmqserver in the docker …

rabbitmq docker rabbitmqctl
RabbitMQ / ActiveMQ or Redis for over 250,000 msg/s

Eventhough redis and message queueing software are usually used for different purposes, I would like to ask pros and cons …

performance redis message-queue activemq rabbitmq