# File lib/chef/expander/vnode.rb, line 78
      def stop
        log.debug {"Cancelling subscription on queue #{queue_name.inspect}"}
        queue.unsubscribe if queue.subscribed?
        @supervisor.vnode_removed(self)
        @stopped = true
      end