Ramon Smits

Results 162 comments of Ramon Smits

We can improve here. We can catch the exception type and provide a link to guidance in docs that share how a user can benefit from using SQL Agent to...

FYI a PR already exists for this: - https://github.com/Particular/NServiceBus.Persistence.Sql/pull/376 Second, a user disabled "page locks" which basically results in the same behavior as using the rowlock hint and removed issues....

@DavidBoike shouldn't be needed in most cases. I did that in the past myself too to often fix performance issues but in general its because the query was missing the...

You never want a page lock for this query. Under no circumstance are there any benefits in that. Issue is that I wouldn't know how you could test this and...

@SeanFeldman thanks for the suggestion but AFAIK message sessions are only providing ordering for a specific sender. If multiple senders. For example, sessions are useful in the context of multiple...

@jglien We do not yet support OpenTelemetry. A community contribution exists maintained by @jbogard which is available at https://github.com/jbogard/NServiceBus.Extensions.Diagnostics However, here you run into the problem that the header keys...

@JoshLove-msft it seems 7.8.1 caused a regression. Behavior is happening in both [7.8.1](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Messaging.ServiceBus_7.8.1) and [7.9.0](https://github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Messaging.ServiceBus_7.9.0).

@JoshLove-msft good question. I thought I had tested that after the release of it as that should have contained the earlier fix but not Today. Let me test that for...

@JoshLove-msft It seems my repro code was incorrect and I found the difference. I've updated the description with the following: > When using transactions and invoking `RenewMessageLockAsync` on a different...

@JoshLove-msft I honestly find the response a little confusing. To me it reads as if this is unsupported. I don't think this issue can already be closed. This behavior should...