mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 10:56:44 +00:00
updated readme
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user