Top "Amqp" questions

AMQP is an open messaging standard.

How can I set up Celery to call a custom initialization function before running my tasks?

I have a Django project and I'm trying to use Celery to submit tasks for background processing ( http://ask.github.…

python django daemon amqp celery
RabbitMQ queue messages

At the rabbitMQ web interface at the queue tab I see "Overview" panel where I found these: Queued messages : Ready …

rabbitmq amqp
multiple Rabbitmq queues with spring boot

From spring boot tutorial: https://spring.io/guides/gs/messaging-rabbitmq/ They give an example of creating 1 queue and 1 queue only, …

spring-boot rabbitmq amqp spring-amqp rabbitmq-exchange
AMQP 0-9-1 vs 1-0

I am looking for a messaging service for a new project that will have to interface some C# applications with …

rabbitmq activemq messaging amqp
How to retract a message in RabbitMQ?

I've got something like a job queue over RabbitMQ and, upon a request to cancel a job, I'd like to …

message-queue rabbitmq amqp cancellation
ActiveMQ: Openwire vs AMQP vs Stomp

ActiveMQ is a Message Broker that supports many different protocols such as Openwire, AMQP and Stomp. It is really confusing …

java activemq amqp stomp
Spring with AMQP and RabbitMQ, queue with optional x-dead-letter-exchange

I have an existing queue created in RabbitMQ. It can be created with or without x-dead-letter-exchange parameter. I am creating …

java spring rabbitmq amqp spring-amqp
DDS vs AMQP vs ZeroMQ

I wanted a feedback on whether my evaluations and concerns are correct. I have been reseaching the three, Data Distribution …

amqp zeromq data-distribution-service
How to add a header key:value pair when publishing a message with pika

I am writing an automated test to test a consumer. So far I did not need to include a header …

python rabbitmq amqp pika
PHP RabbitMQ setTimeout or other option to stop waiting for queue

I'm required to create a simple queue manager to pass a number from a sender to a consumer. Hello World …

php rabbitmq wait amqp php-amqplib