bowler icon indicating copy to clipboard operation
bowler copied to clipboard

Broken pipe or closed connection

Open Mulkave opened this issue 6 years ago • 4 comments

There needs to be a class that handles connections and re-connects on failure.

According to this comment, it should work fine.

Mulkave avatar Oct 12 '18 16:10 Mulkave

Have some news from here?

snezhkoigor avatar Feb 18 '19 14:02 snezhkoigor

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.

KinaneD avatar Feb 18 '19 14:02 KinaneD

if I set connection_timeout = 0 connection to rabbit will be forever?

snezhkoigor avatar Feb 20 '19 14:02 snezhkoigor

Not sure how it would behave, but i presume that a connection would never be established.

KinaneD avatar Feb 20 '19 14:02 KinaneD