Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
andreasohlund / WrappingFaultManager.cs
Created November 17, 2012 17:11
Wrapping the existing nsb faults forwarder
using System;
using NServiceBus;
using NServiceBus.Faults;
namespace MyServerWithSLR
{
using NServiceBus.Faults.Forwarder;
public class MyOwnFaultManager : IManageMessageFailures, INeedInitialization
{