python - RabbitMQ: Pika: Add timeout while consuming -


how can add timeout in rabbitmq consumer using pika library every new message in queue waits timeperiod processed consumer? using blocking connection

use add_timeout callback mentioned in docs


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -