X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=0f378e56f1c7fc7e4379eeaab363a884a1d30a3a;hb=7feccc9a58e2c75b87f9f2883c9b4b5a0612938e;hp=ca86c84da4692b4d5307ae5ed284b7f0bd64eed5;hpb=43ee9ced15521d541dd3fb0698c9c490339dd35f;p=collectd.git diff --git a/README b/README index ca86c84d..0f378e56 100644 --- a/README +++ b/README @@ -459,7 +459,11 @@ Features - amqp Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) - server, such as RabbitMQ. + 0.9.1 server, such as RabbitMQ. + + - amqp1 + Sends JSON-encoded data to an Advanced Message Queuing Protocol (AMQP) + 1.0 server, such as Qpid Dispatch Router or Apache Artemis Broker. - csv Write to comma separated values (CSV) files. This needs lots of @@ -902,8 +906,14 @@ Prerequisites are supported. + * libqpid-proton (optional) + Used by the `amqp1' plugin for AMQP 1.0 connections, for example to + Qdrouterd. + + * librabbitmq (optional; also called “rabbitmq-c”) - Used by the `amqp' plugin for AMQP connections, for example to RabbitMQ. + Used by the `amqp' plugin for AMQP 0.9.1 connections, for example to + RabbitMQ. * librdkafka (optional; also called “rdkafka”)