---
title: "Wolverine is for the developers"
url: https://daily.dev/posts/wolverine-is-for-the-developers-7oshlxals
source_url: https://timdeschryver.dev/blog/wolverine-is-for-the-developers
type: article
source: "Tim Deschryver"
author: "Tim Deschryver"
published: 2026-05-31T07:47:11.895Z
updated: 2026-06-01T04:01:30.163Z
tags: [".net"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wolverine is for the developers

**[Tim Deschryver](https://daily.dev/sources/timdeschryver)** · [@timdeschryver](https://daily.dev/timdeschryver) · 7 min read · 0 upvotes · 0 comments

## Summary

Wolverine is a .NET library that combines a Mediator and Message Bus into one, designed with developer experience in mind. It uses Roslyn-based runtime code generation to eliminate boilerplate — no marker interfaces, no decorators. Handlers are plain classes with conventional method names like LoadAsync and Handle, making the Handle method a pure function that's easy to unit test. Out of the box, Wolverine provides transactional outbox support, automatic retry-ability, and integrations with RabbitMQ, Azure Service Bus, Amazon SQS, and more — all with minimal configuration. The library also supports sagas, multi-tenancy, telemetry, and ASP.NET Core integration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://timdeschryver.dev/blog/wolverine-is-for-the-developers>

## Similar posts on daily.dev

- [Implementing the Saga Pattern With Wolverine](https://daily.dev/posts/implementing-the-saga-pattern-with-wolverine-niv9jzsc8) · Milan Jovanović · 15 upvotes · 0 comments

---

Tags: [#.net](https://daily.dev/tags/.net)

[View this post on daily.dev](https://daily.dev/posts/wolverine-is-for-the-developers-7oshlxals)
