Create and manage a RabbitMQ dynamic shovel via the management HTTP API to bridge queues between brokers

domain: rabbitmq.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Enable the shovel plugin: rabbitmq-plugins enable rabbitmq_shovel rabbitmq_shovel_management
  2. Define a dynamic shovel via the runtime parameter API: PUT /api/parameters/shovel/%2F/my-shovel with a JSON body containing src-uri, src-queue, dest-uri, dest-queue, and ack-mode
  3. Set ack-mode to on-confirm for at-least-once reliability; the shovel will only ack the source message after the destination broker confirms receipt
  4. Set src-prefetch-count to limit how many unacknowledged messages the shovel holds in-flight; prevents memory pressure if the destination is slow
  5. Monitor shovel state: GET /api/shovels and confirm state=running; check message transfer rates in the management UI
  6. Delete or update a running shovel without restart: DELETE /api/parameters/shovel/%2F/my-shovel to stop it, then re-PUT with new parameters

Known gotchas

Related routes

Choose between RabbitMQ federation and shovel for cross-broker message bridging
rabbitmq · 6 steps · unrated
Set up RabbitMQ exchange federation with an upstream policy to bridge a queue across two independent broker clusters
rabbitmq.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans