Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 525 Bytes

AMQPShovel

A high performance AMQP shovel, consuming messages from one server and publishing them to another.

Installation

Usage

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

Contributors