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 - Message order of delivery

I need to choose a new Queue broker for my new project. This time I need a scalable queue that …

queue rabbitmq message-queue
rabbitmqctl Error: unable to connect to node rabbit@myserver nodedown

I am running RabbitMQ v3.3.5 with Erlang OTP 17.1 on Windows 2008 R2. My Dev and QA environments are stand-alone. My staging …

windows erlang rabbitmq rabbitmqctl
Comparison between RabbitMQ and MSMQ

Can I get the comparison between RabbitMQ and MSMQ. It will be helpful performance information on different factors are available.

performance rabbitmq msmq message-queue
RabbitMQ - How many queues can RabbitMQ handle on a single server?

What's the maximum number of queues that RabbitMQ can handle on a single server? Does it depend on RAM? Does …

rabbitmq message-queue amqp
RabbitMQ started but can't access management interface

I have RabbitMQ installed and started. The service is running as well. However, when I try to open the management …

rabbitmq localhost
SQS vs RabbitMQ

I need to create a queue for processing. The queue itself is relatively low-volume. There might be about 1,000 writes to …

amazon-web-services rabbitmq amazon-sqs
How do I set a number of retry attempts in RabbitMQ?

I am using RabbitMQ and I have a queue that holds email messages. My consumer service de-queues messages and attempts …

.net queue rabbitmq consumer
Accessing ASP.NET Core DI Container From Static Factory Class

I've created an ASP.NET Core MVC/WebApi site that has a RabbitMQ subscriber based off James Still's blog article …

c# asp.net-core dependency-injection rabbitmq service-locator
Simple way to install RabbitMQ in Ubuntu?

Is there any simple way to install RabbitMQ for Ubuntu? I did the the following: Add the following line to /…

ubuntu rabbitmq amqp
Check RabbitMQ queue size from client

Does anyone know if there's a way to check the number of messages in a RabbitMQ queue from a client …

.net message-queue rabbitmq amqp