The error queue, handled.
Redrive is a workbench for RabbitMQ that reads MassTransit natively. Peek at messages without consuming them, see faults as exceptions instead of JSON, fix the payload, and put it back on the right queue.
The whole triage loop is free. No signup, no license key.
Depths, consumer counts, and message rates for every queue on a live poll. Error queues carry their count in red, so the one that needs attention is obvious.

Every field MassTransit sets, where you expect it.
Identity and routing fields, the message type URNs, the payload, and the host block that produced it. MT-Fault-* headers become a fault panel with the exception, its stack trace, and the retry count.
Fix the payload right in the browser.
Edit message bodies with a rich JSON editor. Every edit is checked before anything is sent: JSON validation, an envelope-shape recheck, and a diff to review.
Redriven messages go back clean. MT-Fault-* headers are stripped by default, so consumers don't get the previous crash's stack trace, and each message carries x-redrive-count, x-redrive-source and x-redrive-at stamps, so a redriven message is distinguishable from a fresh one.
5fd20000-30e4-45e1-b02f-08def84a51c3aurora-carrier-tracking_error → aurora-carrier-trackingaurora-carrier-trackingYour broker, laid out as services instead of plumbing.
Exchanges, queues and bindings in one layered graph. Queue depths and consumer counts sit on the nodes, and error queues light up when they hold messages.
MassTransit ready: error and skipped queues are detected and clustered together in the graph.

Message payloads never leave your network.
Redrive is meant to be used for production issues, and is built for precisely that - it uses both the management API and raw AMQP.
Messages are only consumed and published through AMQP, so the management credential can (and should) be a monitoring-tagged, read-only account, and payloads, usually the most sensitive data in the system, never flow through the HTTP side.
Connection passwords are encrypted at rest and never appear in API responses or logs.
And there is nothing to install in your services: no agent, no MassTransit configuration change. Redrive is one self-hosted process running next to your broker.
The whole triage loop is free.
Everything you need to deal with production issues - free forever.
Free
Free for any use
- Peek, parse, edit, redrive, discard, purge
- MassTransit fault panels and the topology lens
- Raw publish with confirms
Pro
Per seat, individual use
- Everything in Free
- Contract-aware publish from your NuGet contract packages
- More transports in one workspace
Team
coming soonPer company
- Everything in Pro
- Covers a shared deployment for your whole team
- Named users with viewer, operator, and admin roles
- An audit trail that answers who redrove what, and when
Enterprise: need SSO, audit export, or client certificates? Talk to us.
Grab the latest release
Compiled executables
Self-contained binaries for your platform. No .NET runtime needed.
Docker
Run the latest image from Docker Hub.



