Ramon Smits
Ramon Smits
Its not clear from the README is the code is threadsafe. How should these be registered for DI?
Consider signing the assembly which is unfortunately still a thing for many projects.
Missing tag and release for 1.0.0.8 and some other previous versions Its useful to have these tags on the repo for comparison. Is the current master HEAD 1.0.0.8 ?
### Describe the feature. Message processing could slow down or even halt when handlers never complete (hang). For example, handlers that deadlock or infinitely wait on a state change that...
There is no way to correlate processing attempts. For example, a message can be processed multiple times but any messages send or published cannot be related to a specific processing...
### Describe the feature. A message consumer tries to correlate handlers to invoke based on the information from the [NServiceBus.EnclosedMessageTypes](https://docs.particular.net/nservicebus/messaging/headers#serialization-headers-nservicebus-enclosedmessagetypes). If the consumer does not have any matching types deserialization...
### 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...
Looking at our [content type header](https://docs.particular.net/nservicebus/messaging/headers#serialization-headers-nservicebus-contenttype) it does not specify the character set used. It is fairly common to include the character set. This is useful for native integration scenarios....
@SimonCropp made the following comment: > side note. IMO a QueueNotFoundException should not go through retries. QueueNotFoundException is almost certainly a bug, config issue, or deployment issue. and it is...
I needed to create a behavior to snoop info about the message being fetched/processed. I wanted to use this to send metadata about the message to be used for telemetry....