← Back to team overview

graphite-dev team mailing list archive

[Question #190548]: AMQP integration

 

New question #190548 on Graphite:
https://answers.launchpad.net/graphite/+question/190548

I'm putting data into amq.fanout and using the following settings in carbon.conf:

ENABLE_AMQP = True
AMQP_VERBOSE = True
AMQP_HOST = rabbitmq-1-local
AMQP_PORT = 5672
AMQP_VHOST = /
AMQP_USER = graphite
AMQP_PASSWORD = **********
AMQP_EXCHANGE = amq.fanout
AMQP_METRIC_NAME_IN_BODY = True

I can see the connection to RabbitMQ, but it doesn't bind any queue to the amq.fanout exchange. Is there a way to bind a queue explicitly to the exchange?

How about specifying extra arguments (x-ha-policy, etc.)?

Cheers!

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.