# File lib/chef/expander/node.rb, line 112 def shared_control_queue @shared_control_queue ||= begin log.debug { "declaring shared control queue #{shared_control_queue_name}" } MQ.queue(shared_control_queue_name) end end