Comment 7 for bug 1993149

Revision history for this message
Przemyslaw Hausman (phausman) wrote (last edit ):

@corey.bryant, yes it is. Please see rabbitmq-server's config below:

```
$ juju config rabbitmq-server --format json | jq -r '.settings | keys[] as $k | "\($k): \(.[$k] | .value)"'
access-network: null
busiest_queues: 0
check-vhosts: null
cluster-network: null
cluster-partition-handling: pause_minority
connection-backlog: null
cron-timeout: 300
enable-auto-restarts: true
erl-vm-io-thread-multiplier: null
exclude_queues: []
ha-bindiface: eth0
ha-mcastport: 5406
ha-vip-only: false
harden: null
key: null
management_plugin: true
max-cluster-tries: 3
min-cluster-size: 3
mirroring-queues: true
mnesia-table-loading-retry-limit: 10
mnesia-table-loading-retry-timeout: 30000
nagios_context: juju
nagios_servicegroups:
notification-ttl: 3600000
prefer-ipv6: false
queue-master-locator: min-masters
queue_thresholds: [[\*, \*, 25000, 27500]]
source: cloud:focal-yoga
ssl: off
ssl_ca: null
ssl_cert: null
ssl_enabled: false
ssl_key: null
ssl_port: 5671
stats_cron_schedule: */5 * * * *
use-syslog: false
vip: null
vip_cidr: 24
vip_iface: eth0
```