Module: AMQP::Boilerplate::ForceConsumers

Included in:
AMQP::Boilerplate
Defined in:
lib/amqp/boilerplate/force_consumers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#force_consumersObject

Wether or not to force loading consumers even if the server_type is not Passenger



9
10
11
# File 'lib/amqp/boilerplate/force_consumers.rb', line 9

def force_consumers
  @force_consumers ||= false
end