for rabbitmq connection idle for a while. users refresh the listing page again. there is exception. After we investigate the issues, we found that might be related to the rabbitmq connection timeout.
Thinking 2 ways to solve it.
set large enough timeout or keep sending heartbeat message.
add code to re-establish the connect once there is rabbitmq connection timeout exception.
for rabbitmq connection idle for a while. users refresh the listing page again. there is exception. After we investigate the issues, we found that might be related to the rabbitmq connection timeout.
Thinking 2 ways to solve it.