← Back to team overview

graphite-dev team mailing list archive

Re: [Question #280538]: Using multiple Caron relay consumers on a single AMQP exchange

 

Question #280538 on Graphite changed:
https://answers.launchpad.net/graphite/+question/280538

Oded posted a new comment:
*seems* to work with this change:


[root@graphite005 graphite]# diff  /opt/graphite/lib/carbon/amqp_listener.py  /opt/graphite/lib/carbon/amqp_listener.py.orig
96c96
<         wfd = waitForDeferred(chan.queue_declare(exclusive=False, queue="cr_queue"))
---
>         wfd = waitForDeferred(chan.queue_declare(exclusive=True))
[root@graphite005 graphite]#

Metrics are distributed between Carbon Relays in a round robin fashion.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.