Export definitions (backup) rabbitmq
Export all vhosts, exchanges and policies via management API
curl -s -u guest:guest http://localhost:15672/api/definitions | jq '.' > rabbitmq-defs.json
more rabbitmq
all 15 commands →
Export all vhosts, exchanges and policies via management API
curl -s -u guest:guest http://localhost:15672/api/definitions | jq '.' > rabbitmq-defs.json