mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.23k stars 187 forks source link

Is there a option to set acknowledgement-timeout per channel or connection in RMQ? #451

Closed sandeepkumar-one closed 2 years ago

sandeepkumar-one commented 2 years ago

As specified here(https://www.rabbitmq.com/consumers.html#acknowledgement-timeout) there is a global acknowledgement-timeout for RMQ server. Is there option in aio-pika to set it at channel or connection level.

mosquito commented 2 years ago

Thats not a part of communication protocol it's a RabbitMQ server option if I remember correctly.