bowler
bowler copied to clipboard
Broken pipe or closed connection
There needs to be a class that handles connections and re-connects on failure.
According to this comment, it should work fine.
Have some news from here?
Hello @snezhkoigor, this depends on your case. Is processing a message taking more time than the default timeout values before this exception is thrown? In the release, the default timeouts variable are now configurable. Try modifying these according to your needs.
if I set connection_timeout = 0 connection to rabbit will be forever?
Not sure how it would behave, but i presume that a connection would never be established.