# File lib/chef/expander/node.rb, line 61
      def start(&message_handler)
        attach_to_queue(exclusive_control_queue, "exclusive control", &message_handler)
        attach_to_queue(shared_control_queue, "shared_control", &message_handler)
        attach_to_queue(broadcast_control_queue, "broadcast control", &message_handler)
      end