Top "Amqp" questions

AMQP is an open messaging standard.

How to make RabbitMQ queues failover?

RabbitMQ supports clustering by default, but queues aren't replicated and are bound to the node on which they're created. I'm …

failover rabbitmq amqp
When to use direct exchange over fanout exchange

As far as I can tell, there is no proper use case for a direct exchange, as anything you can …

rabbitmq amqp
Celery works, but with flower doesn't work

I have installed celery and RabitMQ and flower. I am able to browse to the flower port. I have the …

celery amqp flower
Cloud connectivity for MQTT and AMQP?

What is the difference between MQTT and AMQP in terms of cloud connectivity? I need to compare these two protocols …

cloud amqp mqtt
AMQP vs Websphere MQ

We're working on an application that supports AMQP for queuing. Some of our clients are using Websphere MQ. I'm just …

messaging rabbitmq amqp ibm-mq celery
Where are the AMQP 1.0 implementations? Would it make sense to wait?

I'm doing research to figure out what messaging solution to settle on for our future products and I can't really …

rabbitmq amqp qpid
Is it possible to move / merge messages between RabbitMQ queues?

I'm looking to know is it possible to move / merge messages from one queue to another. For example: main-queue contains …

python queue rabbitmq amqp pika
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
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
Are there any MQ servers that can run embedded in a Java process?

I'm researching queuing solutions for one of my team's apps. Ideally we would like something that can be configured both …

java jms message-queue amqp mq