README.md in ears-0.8.2 vs README.md in ears-0.9.0
- old
+ new
@@ -28,9 +28,10 @@
require 'ears'
Ears.configure do |config|
config.rabbitmq_url = 'amqp://user:password@myrmq:5672'
config.connection_name = 'My Consumer'
+ config.recover_from_connection_close = false, # optional configuration, defaults to true if not set
end
```
_Note_: `connection_name` is a mandatory setting!