NServiceBus
NServiceBus copied to clipboard
Build, version, and monitor better microservices with the most powerful service platform for .NET
### Describe the suggested improvement NServiceBus endpoints require infrastructure to be created to operate correctly. Most commonly, this is related to the transport (e.g. queues, subscriptions, timeout infra, etc.) and...
### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. When using multiple serialization formats in a system, for example, when migrating a system to...
### Describe the feature. Most users build their own configuration API for easily changing the configuration API values. Either by making their own command line argument, environment and/or config file...
### Describe the feature. It might be useful to support Azure Service Bus' [AutoDeleteOnIdle](https://learn.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.queuedescription.autodeleteonidle?view=azure-dotnet) feature. If I'm not mistaken, this deletes the queue automatically once it has not been _listened...
### Describe the feature. #### Is your feature related to a problem? Please describe. Delayed messages are by definition expected to arrive at a later time. At this point, connecting...
### Describe the feature. #### Is your feature related to a problem? Please describe. Having insight into the number of retries required when ingesting a message of type X would...
### Describe the feature. #### Is your feature related to a problem? Please describe. Currently, spans (or in .NET, activities), are created when a message is processed from the queue,...
### Describe the suggested improvement #### Is your improvement related to a problem? Please describe. The persistence tests around the outbox storage option are limited and currently don't have test...
### Describe the suggested improvement Many of the persistence implementations try to limit the acceptance tests run within the persister to only acceptance tests relevant to persistence functionality to reduce...
### Describe the suggested improvement #### Describe the suggested solution When publishing an event it’s not possible to start a new conversation. The `StartNewConversation` API is available only on `SendOptions`...