Sean Feldman

Results 432 comments of Sean Feldman

Thank you for sharing the finding, @seankearney. @anthonychu, it looks like Functions is doing something wrong here.

Given the message type header contents, how would you suggest to construct the filter, @gusmanb?

To add more details, how would you propose to handle SQL filters (correlation filters won't work, tested already) given that a message could be in a chain of inheritance and...

You're correct about the two patterns and the ability to OR between those. There are two concerns there: 1. Performance 1. SQL Filter constraints ### Performance Let's have a look...

> Anyway, in any case what could at least be included in the filter is the final comma, that would reduce the posibility of missmatch greatly as it would discard...

And there we go, CDC. AFAIR, we've looked into options in the past, and did simplify the filter, but couldn't get it to anything simpler than what it is today....

> Is it possible to add this feature back in v7. We do acknowledge the potential problem it may bring, but our code base is so huge that we cannot...

The feature will not be added to the transport, but the documentation will be updated to show how to achieve lock renewal when required. I'll update the issue when the...

A [sample has been published](https://docs.particular.net/samples/azure-service-bus-netstandard/lock-renewal/) to demonstrate how to achieve message lock renewal using a custom pipeline behaviour. The sample applies to the [current ASB transport](https://docs.particular.net/transports/azure-service-bus/).

Hi @steve-haar, If you want to suggest a change, opening a [PR](https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) is a common way to suggest changes. But before we get into the changes discussion, could you please...