X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=README;h=2210b2b9138db4d8be9f4c1e5c18ffde1ccfb3eb;hp=43df03b890064353cb79870667e61cd64076b0c2;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hpb=3f4d0cbd79ca46e1b98edb10ddee3a723d69a6bb diff --git a/README b/README index 43df03b8..2210b2b9 100644 --- a/README +++ b/README @@ -465,7 +465,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 @@ -908,8 +912,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”)