Ramon Smits
Ramon Smits
@andreasohlund In V6 the message ID can only be set via the sendoptions. If this is plugable than the ID can also be generated based on 'context'. For example, the...
@andreasohlund Any customer based dedupe should also be using the message ID and I use message ID too in my dedupe using azure storage https://github.com/ramonsmits/NServiceBus.Deduplication I don't see what the...
@danielmarbach AFAIK that isn't possible anymore in V6 as the ID is set immediately and cannot be changes later in the pipeline.
Adding more context, these days uuid 7 are more common to use and .NET 9 will get `Guid.CreateVersion7`. While brokers don't really care about the format as its just a...
.net maui?
To add here is that currently `TransportInfrastructure.Shutdown` does both stopping and disposing. Meaning the method currently has 2 responsibilities but implementations currently do not guarantee that resources are released. The...
I can confirm that [`OPENSSL_ENABLE_SHA1_SIGNATURES`](https://fedoraproject.org/wiki/SHA1SignaturesGuidance) works on Fedora 42.1. Thanks @bording On my workstation I'm using and have a `.env` set in my `~/src` folder with this envvar.
## Solution: Startup task / healthcheck A solution suggestion could be a startup task (log/check once at start) or a healthcheck (log/check at an interval). It could async query for...
Another benefit of this model is that the concurrency can be controlled per queue. For example, setting the concurrency to 1 would result in sequential message processing. With the endpoint...
I frequently want to do a quick triage by looking at the recent log entries when health check alerts happen. While it does work on mobile it is really annoying....