Top "Amqp" questions

AMQP is an open messaging standard.

Which one to choose from STOMP/AMQP?

i am using the node.js as client to jms topic.There are two protocols available to make the connection …

node.js jms amqp stomp
rabbitmq amqp - listening to ack messages from consumer

I have a producer and broker on the same machine. The producer sends messages like so: channel = connection.createChannel(); //Create …

rabbitmq amqp producer-consumer
No handlers could be found for logger "pika.adapters.blocking_connection"

Similar questions all seem to be based around using a custom logger, I'm happy to just use the default / none …

python amqp pika
Can we have strong routing capability with Apache Kafka similar to RabbitMq?

We are trying to evaluate Kafka and replace Rabbit Mq in our software. We know the advantages of Kafka in …

java routing rabbitmq amqp apache-kafka
How to install amqp on windows

I am having this error while installing pecl/amqp when I type in the command line: pear install pecl/amqp …

php rabbitmq pear amqp pecl
ESB for Python?

At work we're debating choosing an off-the-shelf full-stack ESB (Enterprise Service Bus -- http://en.wikipedia.org/wiki/Enterprise_service_…

python soa rabbitmq esb amqp
How do you handle recovering from a faulty connection using RabbitMQ java client library?

I'm interested in knowing how other people handle recovering from a faulty connection using the official RabbitMQ java client library. …

java rabbitmq amqp
How to detect dead RabbitMQ connection

I have a RabbitMQ consumer script in Go (this is a simple script from RabbitMQ tutorial that uses streadway/amqp …

go rabbitmq amqp
Should I use Celery or Carrot for a Django project?

I'm a little confused as to which one I should use. I think either will work, but is one better …

python django message-queue rabbitmq amqp