Merge "Fix type of direct_mandatory_flag opt"
This commit is contained in:
@@ -169,12 +169,12 @@ rabbit_opts = [
|
|||||||
default=2,
|
default=2,
|
||||||
help='How often times during the heartbeat_timeout_threshold '
|
help='How often times during the heartbeat_timeout_threshold '
|
||||||
'we check the heartbeat.'),
|
'we check the heartbeat.'),
|
||||||
cfg.IntOpt('direct_mandatory_flag',
|
cfg.BoolOpt('direct_mandatory_flag',
|
||||||
default=True,
|
default=True,
|
||||||
help='Enable/Disable the RabbitMQ mandatory flag '
|
help='Enable/Disable the RabbitMQ mandatory flag '
|
||||||
'for direct send. The direct send is used as reply, '
|
'for direct send. The direct send is used as reply, '
|
||||||
'so the MessageUndeliverable exception is raised '
|
'so the MessageUndeliverable exception is raised '
|
||||||
'in case the client queue does not exist.'),
|
'in case the client queue does not exist.'),
|
||||||
cfg.BoolOpt('enable_cancel_on_failover',
|
cfg.BoolOpt('enable_cancel_on_failover',
|
||||||
default=False,
|
default=False,
|
||||||
help="Enable x-cancel-on-ha-failover flag so that "
|
help="Enable x-cancel-on-ha-failover flag so that "
|
||||||
|
Reference in New Issue
Block a user