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 dead letter exchange never getting messages

I'm trying to setup my first RabbitMQ dead letter exchange, here are the steps I'm using through the web admin …

rabbitmq dead-letter
Difference between stream processing and message processing

What is the basic difference between stream processing and traditional message processing? As people say that kafka is good choice …

stream queue rabbitmq apache-kafka messaging
What are the language and product alternatives to Akka?

Right now I'm looking at Play Framework and like it a lot. One of the parts heavy advertised amongst the …

playframework rabbitmq akka actor
rabbitmq list queues on all vhosts

I've got rabbitmq with couple virtual hosts, there is few queues on each. How can I list all queues from …

rabbitmq rabbitmqctl
RabbitMQ/AMQP - Best Practice Queue/Topic Design in a MicroService Architecture

We are thinking of introducing a AMQP based approach for our microservice infrastructure (choreography). We do have several services, let's …

rabbitmq esb amqp spring-amqp
RabbitMQ: persistent message with Topic exchange

I am very new to RabbitMQ. I have set up a 'topic' exchange. The consumers may be started after the …

rabbitmq amqp
how to install php amqp in ubuntu

I am try to install amqp for php (Integrating PHP with RabbitMQ) using this http://code.google.com/p/php-amqp/. …

php rabbitmq ubuntu-10.04
spring boot rabbitmq MappingJackson2MessageConverter custom object conversion

I'm trying to create a simple spring boot app with spring boot that "produce" messages to a rabbitmq exchange/queue …

java json rabbitmq spring-boot spring-amqp
Good Python library for AMQP

Can you recommend what Python library to use for accessing AMQP (RabbitMQ)? From my research pika seems to be the …

python rabbitmq amqp
Why use Celery instead of RabbitMQ?

From my understanding, Celery is a distributed task queue, which means the only thing that it should do is dispatching …

python message-queue rabbitmq celery