rabbit icon indicating copy to clipboard operation
rabbit copied to clipboard

RabbitMQ wrapper for steadway/amqp that supports auto-reconnects

Results 2 rabbit issues
Sort by recently updated
recently updated
newest added

* Ignore "delivery not initialized" error and add sleep afterwards to prevent loop flood * Adding sleep after `newServerChannel()` on reconnects to allow time for rabbit rebalance after a node...

When Mode=Both, connections that have already been established exit. Normally, Both Close and Stop() cannot exit properly Close() notifies watchNotifyClose and reestablishes the connection. Stop() only exits Consumer, but Producter...