Skip to content

cloudamqp/amqpshovel

Repository files navigation

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

About

High performance AMQP shovel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published