summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_sharding/etc/rkey.sh
blob: bc72ef19b3b227342ece208f9abfdf09adba1bfb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
CTL=$1

curl -i -u guest:guest -H "content-type:application/json" \
    -XPUT -d'{"type":"x-consistent-hash","durable":true}' \
    http://localhost:15672/api/exchanges/%2f/rkey.ex

$CTL set_policy rkey-shard "^rkey\."   '{"shards-per-node": 2, "routing-key": "1234"}'