Add 'event-sample-overflow' option to charm config parameters

Bug #1842914 reported by James Hilling
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
rabbitmq-server (Juju Charms Collection)
Triaged
Wishlist
Unassigned

Bug Description

On many occasions, we have to set the following within the LXD containers for rabbitmq-server:

$ sudo rabbitmqctl set_policy -p openstack $POLICY_NAME '$QUEUE_REGEX' '{"max-length": $INTEGER_VALUE }' --apply-to queues --priority 1

We do this in order to limit the amount of messages that can exists within a specific queue.

It would be useful if there was a way to set this from the charm parameters.

Example:

sudo rabbitmqctl set_policy -p openstack event-sample-overflow '^event.sample$' '{"max-length": 99 }' --apply-to queues --priority 1

description: updated
description: updated
description: updated
Changed in rabbitmq-server (Juju Charms Collection):
status: New → Triaged
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.