# File lib/chef/index_queue/amqp_client.rb, line 35
      def stop
        @queue && @queue.subscription && @queue.unsubscribe
        @amqp_client && @amqp_client.stop
      end