Rabbitmq: set per-message TTL during basicNack()? -


https://www.rabbitmq.com/ttl.html says can set per-message ttl when publish message. in use cases, when consumer receive message rabbitmq, reason cannot distribute message. consumer basicnack message setting re-enqueue = true. problem is, may introduce broadcast storm. wondering, can set ttl message during basicnack()?

no. basicnack api doesn't allow that. more info here: https://www.rabbitmq.com/nack.html


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -