Description of AMQP configuration options
Configuration option = Default value Description
[DEFAULT]
= False (BoolOpt) Auto-delete queues in AMQP.
= False (BoolOpt) Use durable queues in AMQP.
= openstack (StrOpt) The default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.
= [] (MultiStrOpt) Driver or drivers to handle sending notifications.
= notifications (ListOpt) AMQP topic used for OpenStack notifications.
= None (StrOpt) A URL representing the messaging driver to use and its full configuration. If not set, we fall back to the rpc_backend option and driver specific configuration.
[oslo_messaging_amqp]
= False (BoolOpt) Accept clients using either SSL or plain TCP
= broadcast (StrOpt) address prefix used when broadcasting to all servers
= None (StrOpt) Name for the AMQP container
= unicast (StrOpt) address prefix when sending to any server in group
= 0 (IntOpt) Timeout for inactive connections (in seconds)
= exclusive (StrOpt) address prefix used when sending to a specific server
= False (BoolOpt) Debug: dump AMQP frames to stdout