# File lib/aws/sqs/queue_collection.rb, line 77
      def create(name, opts = {})
        resp = client.create_queue(opts.merge(:queue_name => name))
        Queue.new(resp.queue_url, :config => config)
      end