Ramon Smits
Ramon Smits
If you specify immediate and delayed retry configuration but set transaction mode to None you get the following log entries. >WARN|NServiceBus.Recoverability|Delayed Retries will be disabled. Delayed retries are not supported...
### Problem Description Currently it's not possible to get notified when handlers take an exceeding long time to process a message. The only way is to actively monitor a specific...
A lot of users do request/response over messaging and sometimes a response must be send to indicate "failure with a reason". * If it was due to an exception, you...
Sometimes you just want to do a simple test. Unfortunately, no out-of-the-box messages exist. Customers need to add some test messages and handlers and then redeploy. It would be nice...
The fileshare databus currently always generates new ID's. If the same data is passed multiple times a new blob is created. By using deterministic id's based on for example the...
The databus currently just stores any kind of blob, small and huge. Databus properties are there to solve issues with tranport message size limitations. If working on MSMQ than there...
When a message with databus properties is received the behavior currently will always fetch the databus blobs even though they might not even be used by the receiver. Having dynamic...