I executed two RabbitMQ consumer programs. One(A) is a lot of redelivered message arise, and the other(B) is rarely arise. Why is it? The difference between them is whether TcpChannel is reused or not. Why is it affect redelivered behavior?
I executed two RabbitMQ consumer programs. One(A) is a lot of redelivered message arise, and the other(B) is rarely arise. Why is it?
The difference between them is whether TcpChannel is reused or not. Why is it affect redelivered behavior?