GitHub user Jason918 added a comment to the discussion: Need max redelivery 
count at message level.

You don't need manually send message to retry queue. Technically, you don't 
need to be aware of the retry-queue at all. So you don't need to do anything 
else when calling `reconsumelater()`.

Internally, in `reconsumelater()` pulsar client will acked the message after it 
sends it to the retry-queue, regardless of it's from main-queue or retry-queue 
(start from 2nd retry), 

GitHub link: 
https://github.com/apache/pulsar/discussions/17626#discussioncomment-3722160

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to