# Size of RPC connection pool. (integer value)
#rpc_conn_pool_size=30
-# Modules of exceptions that are permitted to be recreated
-# upon receiving exception data from an rpc call. (list value)
-#allowed_rpc_exception_modules=oslo.messaging.exceptions,nova.exception,cinder.exception,exceptions
-
# Qpid broker hostname. (string value)
#qpid_hostname=localhost
# Whether to disable the Nagle algorithm. (boolean value)
#qpid_tcp_nodelay=true
+# The number of prefetched messages held by receiver. (integer
+# value)
+#qpid_receiver_capacity=1
+
# The qpid topology version to use. Version 1 is what was
# originally used by impl_qpid. Version 2 includes some
# backwards-incompatible changes that allow broker federation
# Heartbeat time-to-live. (integer value)
#matchmaker_heartbeat_ttl=600
-# Host to locate redis. (string value)
-#host=127.0.0.1
-
-# Use this port to connect to redis host. (integer value)
-#port=6379
-
-# Password for Redis server (optional). (string value)
-#password=<None>
-
# Size of RPC greenthread pool. (integer value)
#rpc_thread_pool_size=64
#hash_algorithms=md5
+[matchmaker_redis]
+
+#
+# Options defined in oslo.messaging
+#
+
+# Host to locate redis. (string value)
+#host=127.0.0.1
+
+# Use this port to connect to redis host. (integer value)
+#port=6379
+
+# Password for Redis server (optional). (string value)
+#password=<None>
+
+
[matchmaker_ring]
#