Comment 13 for bug 1789177

Revision history for this message
zgjun (zgjun) wrote : Re: RabbitMQ fails to synchronize exchanges under high load

I meet the same issue.I have merge this patchset,when queue could be found in rabbit in same case, consumer really received the call msg and reply it , But the publihser wait for call reply timeout without any log output.

so, I think we should make sure the reply queue do exists(redeclare if necessary) before send or after wait timeout.