Skip to content

Instantly share code, notes, and snippets.

@timReynolds
timReynolds / Constants
Last active October 20, 2016 10:01
NServiceBus Notification FailedMessageResponder
public const string FailedMessageResponderNotResponding = "No failed message response defined for {0}";
public const string FailedMessageResponderResponding = "Creating {0} for failed message {1}";