NServiceBus
                                
                                
                                
                                    NServiceBus copied to clipboard
                            
                            
                            
                        Build, version, and monitor better microservices with the most powerful service platform for .NET
If you specify immediate and delayed retry configuration but set transaction mode to None you get the following log entries. >WARN|NServiceBus.Recoverability|Delayed Retries will be disabled. Delayed retries are not supported...
## Problem definition Currently, users have to define their message contracts using one of these two ways: * implement one of the message interfaces `ICommand` `IEvent` or `IMessage`. Many users...
### Problem Description Currently it's not possible to get notified when handlers take an exceeding long time to process a message. The only way is to actively monitor a specific...
A lot of users do request/response over messaging and sometimes a response must be send to indicate "failure with a reason". * If it was due to an exception, you...
There are various ways to define and share message contracts between endpoints. Along with that comes a range of options to evolve the message contracts: * Define new messages *...
Hi, Can we adopt this extension in the core package, so that I don't have to deal with the magic string `"Endpoint.SendOnly"` in the code? https://github.com/Particular/NServiceBus.Persistence.Sql/blob/master/src/AcceptanceTestHelper/EndpointConfigurationExtensions.cs
*Issue transferred from internal repo* When `internal` or `private` access modifiers are apply to message contracts of saga data, this can result in problems, e.g. the XML serializer does not...
*Issue transferred from internal repo* There are several pain points with the current API that can be improved including: - It requires use of extension methods instead of properties (e.g....
_This issue was transferred from a private repository_ We have a [sample showing](http://docs.particular.net/nservicebus/scheduling/#converting-a-scheduled-task-into-a-saga) how to use a saga to define a Scheduler that overcomes the Core Scheduler API limitations. We...
*Issue transferred from internal repo* If license information is misconfigured/typoed/etc. while there is another valid license (e.g. another trial license) stored in the registry, the information provided to the developer...