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.

Practical examples of how correlation id is used in messaging?

Can anyone give me examples of how in production a correlation id can be used? I have read it is …

rabbitmq message-queue nservicebus amqp cqrs
Is it appropriate to use message queues for synchronous rpc calls via ajax

I have a web application that uses the jquery autocomplete plugin, which essentially sends via ajax a request containing text …

rabbitmq soa rpc
Spring amqp converter issue using rabbit listener

I think I am missing something here..I am trying to create simple rabbit listner which can accept custom object …

rabbitmq spring-amqp spring-rabbit
Define RabbitMQ policies in configuration file

I'd like to define mirroring for all my queues by default. I currently have to use rabbitmqctl once the node …

rabbitmq rabbitmqctl
Distributed RabbitMQ Nodes don't recognize each other

I'm working on a RabbitMQ distributed POC and I'm stuck at the basics of clustering the nodes. I'm trying to …

erlang distributed rabbitmq connectivity
Publishing to the default rabbitmq exchange using the http api

So I am using rabbitmqs http api to do some very basic actions in rabbit. It works great in most …

api http rabbitmq amqp
RabbitMQ Topic exchanges: 1 Exchange vs Many Exchanges

I have a scenario where I have a series of processes I need to perform, each step is done and …

rabbitmq amqp
Celery node fail, on pidbox already using on restart

i have celery running with rabbitmq broker. Today i have fail of celery node - it dont execute tasks and …

rabbitmq celeryd
Dynamic queue creation with RabbitMQ

I've been learning RabbitMQ various topologies, however, I couldn't find any reference to dynamic queue creation (aka Declare Queue) emitted …

rabbitmq task-queue
Setting a long timeout for RabbitMQ ack message

I was wondering if this is possible. I want to pull a task from a queue and have some work …

rabbitmq message-queue bunny