A high performance AMQP shovel, consuming messages from one server and publishing them to another.
amqpshovel \
--src-uri amqp://user:passwd@downstream-server/vhost \
--dst-uri amqp://user:passwd@upstream-server/vhost \
--src-queue my-queue \
--dst-exchange amq.topic \
--src-prefetch 1000 \
--ack-mode on_publish
- 84codes - main sponsor
- Carl Hörberg - creator and maintainer