Module: AMQP::Boilerplate::ConsumerPrefetch
- Included in:
- AMQP::Boilerplate
- Defined in:
- lib/amqp/boilerplate/consumer_prefetch.rb
Instance Attribute Summary collapse
-
#consumer_prefetch ⇒ Object
Wether or not to force loading consumers even if the server_type is not Passenger.
Instance Attribute Details
#consumer_prefetch ⇒ Object
Wether or not to force loading consumers even if the server_type is not Passenger
9 10 11 |
# File 'lib/amqp/boilerplate/consumer_prefetch.rb', line 9 def consumer_prefetch @consumer_prefetch ||= 0 end |