Does TubeMQ support retry-queue? #9349
-
Does TubeMQ support retry-queue? After reviewing the official documentation, it seems that I couldn't find any relevant information. TubeMQ 是否支持重试队列?看了下官方文档,好像没找到相关介绍。 |
Beta Was this translation helpful? Give feedback.
Answered by
gosonzhang
Mar 11, 2024
Replies: 1 comment
-
@pandaapo, it's not supported. After a message fails to be sent, the sending logic determines whether to retry and how many times to retry to avoid the problem of message loss in some special circumstances. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dockerzhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pandaapo, it's not supported.
After a message fails to be sent, the sending logic determines whether to retry and how many times to retry to avoid the problem of message loss in some special circumstances.