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.

Ack or Nack in rabbitMQ

I'm using rabbitMQ, I take every message from queue with basic_get without automatically acking procedure, which means the message …

rabbitmq amqp
Why use AMQP/ZeroMQ/RabbitMQ

as opposed to writing your own library. We're working on a project here that will be a self-dividing server pool, …

rabbitmq messaging zeromq amqp
Publish multiple messages to RabbitMQ from a file

Publishing single messages to a RabbitMQ queue can be easily done with the UI, by simply putting the message in …

file command-line rabbitmq message-queue publish-subscribe
Handling long running tasks in pika / RabbitMQ

We're trying to set up a basic directed queue system where a producer will generate several tasks and one or …

rabbitmq pika
How can queues be made private/secure in RabbitMQ in a multitenancy system?

I have read the Get Started guide provided by RabbitMQ and have even contributed the sixth example to stormed-amqp, so …

security rabbitmq amqp multi-tenant
Using RabbitMQ is there a way to look at the queue contents without a dequeue operation?

As a way to learn RabbitMQ and python I'm working on a project that allows me to distribute h264 encodes …

python rabbitmq esb amqp
Connecting to rabbitmq docker container from service in another container

I've done a lot of searching but I cannot fix this issue. I have a basic Rabbitmq container running via …

python docker rabbitmq nameko
RabbitMQ: What is the default x-message-ttl value

I couldn't find in RabbitMQ documentation the default x-message-ttl value comes with the installation. I know how to set it …

rabbitmq amqp
RabbitMQ, Pika and reconnection strategy

I'm using Pika to process data from RabbitMQ. As I seemed to run into different kind of problems I decided …

python rabbitmq pika
Can I use Mozilla Public License 1.1 (MPL) in a commercial app?

There are a couple of threads talking about license issue. Mostly focusing on GPL/LGPL/BSD. I am trying to …

rabbitmq mozilla