NServiceBus
NServiceBus copied to clipboard
Build, version, and monitor better microservices with the most powerful service platform for .NET
Microsoft's application insights package recently added an update to support full message tracing. https://github.com/microsoft/ApplicationInsights-dotnet/pull/2593 Our company's current state is we are using the incoming/outgoing message tracing feature from one of...
_This issue was transferred from a private repository_ In building [NServiceBus.Extensions.DispatchRetries](https://github.com/mauroservienti/NServiceBus.Extensions.DispatchRetries) @mauroservienti needed to simulate message dispatch failures. The acceptance testing transport that comes with the acceptance testing framework is...
_This issue was transferred from a private repository_ @mauroservienti built an [Attribute Routing](https://github.com/mauroservienti/NServiceBus.AttributeRouting) feature based on the routing API (presumed) extensibility. He had to use reflection to achieve the goal:...
_This issue was transferred from a private repository_ The multi-tenant with shared DB and discriminator columns approach is probably the most used by SaaS providers when approaching a new business....
_This issue was transferred from a private repository_ Memory pooling can be applied to reduce the amount of memory allocations which results in more efficient memory and CPU utilization due...
_This issue was transferred from a private repository_ NServiceBus has no built-in way to ensure that the received message is coming from a legitimate source and/or has not being tampered...
_This issue was transferred fro a private repository_ With v6, the message endpoint mappings in the app.config style to configure routing has been removed. This forces all users to use...