You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The management plugin API now defaults to serving TLS.
If external_rmq_lb is enabled (thus causing no haproxy node to be deployed)
and also route-registrar is enabled, the route-registrar jobs will be moved
to the rmq-server nodes instead of just not being deployed at all.
New Features
provided-rmq-cert - Provide your own certificate for the RMQ server nodes
instead of relying on Genesis-generated self-signed certs.
no-mgmt-tls - Turns off TLS for the management plugin API, instead serving
plain HTTP.
mqtt - Turns on the rabbit_mqtt plugin.
stomp - Turns on the rabbit_stomp plugin.
metrics-emitter - Colocates a RabbitMQ Metrics Emitter on the service broker
which can send statistics about queue lengths to the CF Loggregator to be used
with the open source CF App Autoscaler.
New Parameters
check_queue_sync - Turns on a feature of the pre-stop script for RabbitMQ
in which the cluster will wait to shut down until all unsynced queues have been
synced.
ha_sync_mode - (broker feature) The ha_sync_mode parameter configured with
vhosts created by the service broker. Defaults to manual.
The incoming domain parameters were regulated to the following three:
rmq_domain - The domain of the RMQ cluster.
mgmt_domain - The domain of the management plugin API (defaults to the
value of rmq_domain).