diff --git a/Samples/ErrorHandling/MyServer.WithSLR/BeforeConfigurationIsFinalized.cs b/Samples/ErrorHandling/MyServer.WithSLR/BeforeConfigurationIsFinalized.cs index dcad1478f6..e3f2dfa482 100644 --- a/Samples/ErrorHandling/MyServer.WithSLR/BeforeConfigurationIsFinalized.cs +++ b/Samples/ErrorHandling/MyServer.WithSLR/BeforeConfigurationIsFinalized.cs @@ -9,7 +9,7 @@ public class BeforeConfigurationIsFinalized : IWantToRunBeforeConfigurationIsFin { public void Run() { - // The default policy will defer the message 5*N (where N is number of retries) 10 times. + // The default policy will defer the message 10*N (where N is number of retries) seconds 3 times. (60 sec total) // For this sample we changed that to retry faster and only 3 times SecondLevelRetries.RetryPolicy = (tm) => diff --git a/Samples/ErrorHandling/MyServer.WithSLR/MyServer.WithSLR.csproj b/Samples/ErrorHandling/MyServer.WithSLR/MyServer.WithSLR.csproj index 0f54479139..4703a83ec0 100644 --- a/Samples/ErrorHandling/MyServer.WithSLR/MyServer.WithSLR.csproj +++ b/Samples/ErrorHandling/MyServer.WithSLR/MyServer.WithSLR.csproj @@ -1,80 +1,80 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {58851E2C-AC34-42EF-A44A-58E99F18E7FB} - Library - Properties - MyServer - MyServer - v4.0 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\log4net.1.2.10\lib\2.0\log4net.dll - - - ..\..\..\build\output\NServiceBus.dll - - - ..\..\..\build\output\NServiceBus.Core.dll - - - ..\..\..\build\output\host\NServiceBus.Host.exe - - - - - - - - - - - - - Designer - - - - - - {50D81C5C-2ED8-47DD-AD8B-F22856ACEA24} - MyServer.Common - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {58851E2C-AC34-42EF-A44A-58E99F18E7FB} + Library + Properties + MyServer + MyServer + v4.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\binaries\log4net.dll + + + ..\..\..\build\output\NServiceBus.dll + + + ..\..\..\build\output\NServiceBus.Core.dll + + + ..\..\..\build\output\host\NServiceBus.Host.exe + + + + + + + + + + + + + Designer + + + + + + {50D81C5C-2ED8-47DD-AD8B-F22856ACEA24} + MyServer.Common + + + - - Program - $(ProjectDir)$(OutputPath)NServiceBus.Host.exe - NServiceBus.Integration - + --> + + Program + $(ProjectDir)$(OutputPath)NServiceBus.Host.exe + NServiceBus.Integration + \ No newline at end of file diff --git a/Samples/ErrorHandling/MyServer.WithoutSLR/MyServer.WithoutSLR.csproj b/Samples/ErrorHandling/MyServer.WithoutSLR/MyServer.WithoutSLR.csproj index 255054465f..1604bb4f08 100644 --- a/Samples/ErrorHandling/MyServer.WithoutSLR/MyServer.WithoutSLR.csproj +++ b/Samples/ErrorHandling/MyServer.WithoutSLR/MyServer.WithoutSLR.csproj @@ -1,78 +1,78 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {43CB6673-3AF0-4D97-AD9F-EB1B9403C768} - Library - Properties - MyServerNoSLR - MyServerNoSLR - v4.0 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\log4net.1.2.10\lib\2.0\log4net.dll - - - ..\..\..\build\output\NServiceBus.dll - - - ..\..\..\build\output\NServiceBus.Core.dll - - - ..\..\..\build\output\host\NServiceBus.Host.exe - - - - - - - - - - - - - - - - - {50D81C5C-2ED8-47DD-AD8B-F22856ACEA24} - MyServer.Common - - - + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {43CB6673-3AF0-4D97-AD9F-EB1B9403C768} + Library + Properties + MyServerNoSLR + MyServerNoSLR + v4.0 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\binaries\log4net.dll + + + ..\..\..\build\output\NServiceBus.dll + + + ..\..\..\build\output\NServiceBus.Core.dll + + + ..\..\..\build\output\host\NServiceBus.Host.exe + + + + + + + + + + + + + + + + + {50D81C5C-2ED8-47DD-AD8B-F22856ACEA24} + MyServer.Common + + + - - Program - $(ProjectDir)$(OutputPath)NServiceBus.Host.exe - NServiceBus.Integration - + --> + + Program + $(ProjectDir)$(OutputPath)NServiceBus.Host.exe + NServiceBus.Integration + \ No newline at end of file