Is it possible to change a policy value or add a new policy to an existing RabbitMQ queue?
I have existing queue to which I would like to add the "x-max-length" policy.
Must I delete the queue and recreate it, or can I add this policy via the rabbitmqcl command line?