--- !ruby/object:Gem::Specification
name: right_amqp
version: !ruby/object:Gem::Version
  version: 0.8.6
  prerelease: 
platform: ruby
authors:
- Lee Kirchhoff
autorequire: 
bindir: bin
cert_chain: []
date: 2014-11-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: right_support
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '1.2'
    - - <
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '1.2'
    - - <
      - !ruby/object:Gem::Version
        version: '3.0'
- !ruby/object:Gem::Dependency
  name: eventmachine
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 0.12.10
    - - <
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 0.12.10
    - - <
      - !ruby/object:Gem::Version
        version: '2.0'
description: ! 'RightAMQP provides a high availability client for interfacing with
  the

  RightScale RabbitMQ broker using the AMQP protocol. The AMQP version on which

  this gem is based is 0.6.7 but beyond that it contains a number of bug fixes and

  enhancements including reconnect, message return, heartbeat, and UTF-8 support.

  The high availability is achieved by maintaining multiple broker connections

  such that failed connections automatically reconnect and only connected

  brokers are used when routing a message. Although the HABrokerClient class

  is the intended primary means for accessing RabbitMQ services with this gem,

  alternatively the underlying AMQP services may be used directly.

'
email: lee@rightscale.com
executables: []
extensions: []
extra_rdoc_files:
- README.rdoc
files:
- LICENSE
- README.rdoc
- Rakefile
- lib/right_amqp.rb
- lib/right_amqp/amqp.rb
- lib/right_amqp/amqp/buffer.rb
- lib/right_amqp/amqp/client.rb
- lib/right_amqp/amqp/frame.rb
- lib/right_amqp/amqp/protocol.rb
- lib/right_amqp/amqp/server.rb
- lib/right_amqp/amqp/spec.rb
- lib/right_amqp/amqp/version.rb
- lib/right_amqp/ext/blankslate.rb
- lib/right_amqp/ext/em.rb
- lib/right_amqp/ext/emfork.rb
- lib/right_amqp/ha_client.rb
- lib/right_amqp/ha_client/broker_client.rb
- lib/right_amqp/ha_client/ha_broker_client.rb
- lib/right_amqp/mq.rb
- lib/right_amqp/mq/exchange.rb
- lib/right_amqp/mq/header.rb
- lib/right_amqp/mq/logger.rb
- lib/right_amqp/mq/queue.rb
- lib/right_amqp/mq/rpc.rb
- right_amqp.gemspec
- spec/amqp/client_extensions_spec.rb
- spec/amqp/spec_spec.rb
- spec/ha_client/broker_client_spec.rb
- spec/ha_client/ha_broker_client_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
homepage: https://github.com/rightscale/right_amqp
licenses: []
post_install_message: 
rdoc_options:
- --main
- README.rdoc
- --title
- RightAMQP
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: 1.8.7
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -4034513993207482869
requirements: []
rubyforge_project: 
rubygems_version: 1.8.26
signing_key: 
specification_version: 3
summary: Client for interfacing to RightScale RabbitMQ broker using AMQP
test_files: []