C# Class NServiceBus.ConfigureError

Contains extension methods to EndpointConfiguration.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
SendFailedMessagesTo ( this config, string errorQueue ) : void

Configure error queue settings.

Method Details

SendFailedMessagesTo() public static method

Configure error queue settings.
public static SendFailedMessagesTo ( this config, string errorQueue ) : void
config this The instance to apply the settings to.
errorQueue string The name of the error queue to use.
return void