Skip to content

Instantly share code, notes, and snippets.

@fforbeck
Created June 7, 2016 21:43
Show Gist options
  • Save fforbeck/a1d60657c333dcc9e0299c3b18e6d8c1 to your computer and use it in GitHub Desktop.
Save fforbeck/a1d60657c333dcc9e0299c3b18e6d8c1 to your computer and use it in GitHub Desktop.
Increase RabbitMQ message size for a queue using policy
sudo rabbitmqctl set_policy -p host --apply-to queues max-msg-size "^queue.name.pattern$" '{"max-length-bytes":100000000}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment