Ramon Smits
Ramon Smits
The following Azure / AWS pages have good guidance for users that deploy into these environments to help decide what storage to select. - - It would help if these...
AWS and Azure are currently listed under Architecture which makes the content hard to discover when users are searching for content specific about hosting infrastructure. It may help to design...
In docs the Hosting there term is ambiguous. It contains many different aspects of hosting: - Endpoint configuration and behavior - Environments (Windows/Linux) - Host - Serverless - NServiceBus.Host -...
Feedback for 'Azure Functions with Service Bus (Isolated Worker)' https://docs.particular.net/nservicebus/hosting/azure-functions-service-bus/ Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/nservicebus/hosting/azure-functions-service-bus/index.md Add guidance or a sample that shows how to enable telemetry (including logs) when using Azure...
Feedback for 'Monitoring NServiceBus endpoints with Application Insights' https://docs.particular.net/samples/open-telemetry/application-insights/ Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/samples/open-telemetry/application-insights/sample.md Many metrics are updated based on message that are processed. When there are no incoming messages there...
Greenfield projects likely use .NET builder from hosting extensions for configuration. The current guidance and samples use the OpenTelemetry SDK For example, at : ```c# var tracingProviderBuilder = Sdk.CreateTracerProviderBuilder() .AddSource("NServiceBus.Core")...
Is the order of invoking any of the following API's deterministic? - `ExtractPartitionKeyFromMessages` - `ExtractPartitionKeyFromHeader` - `ExtractContainerInformationFromHeader` - `ExtractContainerInformationFromMessage` - `IPartitionKeyFromMessageExtractor` - `IPartitionKeyFromHeadersExtractor` - `IContainerInformationFromHeadersExtractor` - `IContainerInformationFromMessagesExtractor` Meaning, in what...
Currently, the page that explains how to extract the partition key from messages is documented at where the sub menu item is called "Transactions". It is better to have separate...
In the following article it is mentioned that [(NServiceBus) critical time](https://docs.particular.net/monitoring/metrics/definitions#metrics-captured-critical-time) can be used as a metric source for elastic scaling: https://learn.microsoft.com/en-us/azure/well-architected/reliability/scaling Having a sample that demonstrates how to setup...
### Describe the suggested improvement When the outbox INSERT operation fails the following exception is thrown for SqlServer: > Microsoft.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'PK__OutboxDa__C87C0C9D6A2BFF12'. Cannot insert duplicate...