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

domain: rabbitmq.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified 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
Create and track a multi-provider delivery via the Burq API
burq.readme.io · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

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