RabbitMQ configuration policies - Amazon MQ
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

RabbitMQ configuration policies

Amazon MQ for RabbitMQ now supports creating and applying configurations to your RabbitMQ broker. The default operator policy on each virtual host has the following recommended HA properties:

name: default_operator_policy_AWS_managed pattern: .* apply-to: all priority: 0 definition: { ha-mode: all ha-sync-mode: automatic }

Changes to the operator policies via the Amazon Web Services Management Console or Management API are not available by default. You can enable changes by adding the following line to the broker configuration:

management.restrictions.operator_policy_changes.disabled=false

If you make this change, you are highly encouraged to include the HA properties in your own operator policies. For more information on adding configurations to your broker, see Creating and applying broker configurations.