benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Guaranteed delivery of published messages #100

Open tkukushkin opened 6 years ago

tkukushkin commented 6 years ago

Hi! Can you tell me, how can I guarantee to deliver a message to the server?

fireflystorm commented 3 years ago

I also observe quite frequent connection issues where no exception is thrown when a message is published, however, in reality the publish failed. I understand that RabbitMQ has publisher confirms but that does not seem to be implemented in asynqp so far... Is the project alive as there have been no code merges for over 2 years?