Method | Description | |
---|---|---|
ErrorQueueAddress ( this settings ) : string |
Finds the configured error queue for an endpoint. The error queue can be configured in code using 'EndpointConfiguration.SendFailedMessagesTo()', via the 'Error' attribute of the 'MessageForwardingInCaseOfFaultConfig' configuration section, or using the 'HKEY_LOCAL_MACHINE\SOFTWARE\ParticularSoftware\ServiceBus\ErrorQueue' registry key.
|
public static ErrorQueueAddress ( this settings ) : string | ||
settings | this | The configuration settings of this endpoint. |
return | string |