Skip to content

Queries around retry mechanism and dead letter queue. #110

Closed Answered by sonus21
utkarsh19467 asked this question in Q&A
Discussion options

You must be logged in to vote
  • When we tried method enqueueWithRetry with retryCount as 3 and throwing an exception from listeners, so according to doc it should go to dead letter queue but we encountered an error "Queue Config not found for queue DeadLetterQueue(name=failed-delay-queue, consumerEnabled=true)". Can you suggest here what are we missing.
  • After enqueueWithRetry our message is moved to dead letter queue, but on UI size of Dead is showing as -1 and also it is not consumed by the listener even though we specified "deadLetterQueueListenerEnabled"="true" . When we used utility to move message from Dead Letter Queue to Main queue, messages are lost and we were not able to see anywhere. Can you please explain …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sonus21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants