not any more, this ExchangeType option
diff --git a/collectd/files/backend/amqp.conf b/collectd/files/backend/amqp.conf
index edd04ff..242e4be 100644
--- a/collectd/files/backend/amqp.conf
+++ b/collectd/files/backend/amqp.conf
@@ -11,7 +11,7 @@
 		User "{{ backend.user }}"
 		Password "{{ backend.password }}"
 		Exchange "metrics"
-		ExchangeType "amq.topic"
+#		ExchangeType "amq.topic"
 #		RoutingKey "metrics"
 		Persistent true
 		Format "Graphite"