Vinelab / bowler

RabbitMQ wrapper for Laravel
MIT License
45 stars 9 forks source link

Broken pipe or closed connection #30

Open Mulkave opened 5 years ago

Mulkave commented 5 years ago

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

According to this comment, it should work fine.

snezhkoigor commented 5 years ago

Have some news from here?

KinaneD commented 5 years ago

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.

snezhkoigor commented 5 years ago

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

KinaneD commented 5 years ago

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