py-amqplib
AMQP transactions with Kombu and Rabbitmq
I cant seem to find any documentation on using AMQP transactions through the Kombu api. This page talks about appending a message to the transactional state but it does not seem related.[详细]
2023-03-16 00:30 分类:问答Wait for a single RabbitMQ message with a timeout
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[详细]
2022-12-29 13:26 分类:问答How to use listen on basic.return in python client of AMQP
I\'d like to make sure that my message was delivered to a queue. To do so I\'m adding the mandatory param to the basic_publish.[详细]
2022-12-19 05:02 分类:问答Multiple consumers & producers connected to a message queue, Is that possible in AMQP?
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.[详细]
2022-12-19 00:33 分类:问答How to wait for messages on multiple queues using py-amqplib
I\'m using py-amqplib to access RabbitMQ in Python. The application receives requests to listen on certain MQ topics from time to time.[详细]
2022-12-12 11:11 分类:问答