How messages already delivered to consumer receive queue after consumer crashed. #20780
Answered
by
tisonkun
jaggerwang
asked this question in
Q&A
|
Does these messages will be consumed by other consumers? and how? |
Answered by
tisonkun
Aug 9, 2023
Replies: 1 comment 2 replies
|
If the message isn't acked, and the consumer crashed is known by the broker, the broker will redeliver the message by Routing modes. |
2 replies
Answer selected by
tisonkun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the message isn't acked, and the consumer crashed is known by the broker, the broker will redeliver the message by Routing modes.