py-amqplib Questions
3
I am using RabbitMQ to route messages to interested subscribers by topic. Each subscriber has a queue, and I bind the queue to the topics they are interested in. I would like to allow the user to r...
Jackquelin asked 23/11, 2010 at 15:46
5
Solved
I'd like to send a message to a RabbitMQ server and then wait for a reply message (on a "reply-to" queue). Of course, I don't want to wait forever in case the application processing these messages ...
Nd asked 10/5, 2010 at 0:26
3
Solved
We're using amqplib to publish/consume messages. I want to be able to read the number of messages on a queue (ideally both acknowledged and unacknowledged). This will allow me to show a nice status...
Afield asked 22/5, 2013 at 11:58
2
Solved
I'd like to create a farm of processes that are able to OCR text.
I've thought about using a single queue of messages which is read by multiple OCR processes.
I would like to ensure that:
each m...
Newton asked 29/1, 2010 at 10:16
1
© 2022 - 2024 — McMap. All rights reserved.