# File lib/chef/index_queue/indexable.rb, line 64
      def add_to_index(metadata={})
        Chef::Log.debug("pushing item to index queue for addition: #{self.with_indexer_metadata(metadata)}")
        AmqpClient.instance.send_action(:add, self.with_indexer_metadata(metadata))
      end