Merge branch 'dev'

This commit is contained in:
2011-02-01 14:43:55 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,11 @@
Add multi-server support with failover and fallback to the [amqp](https://github.com/ruby-amqp/amqp) gem. Failover is configured by providing multiple servers/configurations to `AMQP.start` or `AMQP.connect`. Both methods will still accept the same options input as they always have, they simply now support additional forms of options which when used, enables the failover features.
## Installation ##
gem install amqp-failover
## Basic Usage ##
require 'mq'

View File

@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'amqp', '>= 0.7.0'
s.add_development_dependency 'rake', '>= 0.8.7'
s.add_development_dependency 'rack-test', '>= 0.5.6'
s.add_development_dependency 'rspec', '>= 2.1.0'
s.add_development_dependency 'yard', '>= 0.6.3'
s.add_development_dependency 'json', '>= 1.5.0'