lib/ears/configuration.rb in ears-0.8.2 vs lib/ears/configuration.rb in ears-0.9.0
- old
+ new
@@ -10,9 +10,12 @@
attr_accessor :rabbitmq_url
# @return [String] the name for the RabbitMQ connection.
attr_accessor :connection_name
+ # @return [Boolean] if the recover_from_connection_close value is set for the RabbitMQ connection.
+ attr_accessor :recover_from_connection_close
+
def initialize
@rabbitmq_url = DEFAULT_RABBITMQ_URL
end
def validate!