mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +00:00
Updates README.md
This commit is contained in:
parent
3950ff5047
commit
59ad012e04
@ -36,6 +36,7 @@ RabbitCarrots.configure do |c|
|
||||
c.automatically_recover = true
|
||||
c.network_recovery_interval = 5
|
||||
c.recovery_attempts = 5
|
||||
c.orm = :activerecord || :mongoid
|
||||
c.routing_key_mappings = [
|
||||
{ routing_keys: ['RK1', 'RK2'], queue: 'QUEUE_NAME', handler: 'CLASS HANDLER IN STRING' },
|
||||
{ routing_keys: ['RK1', 'RK2'], queue: 'QUEUE_NAME', handler: 'CLASS HANDLER IN STRING' }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user