Brandon Ording

Results 11 issues of Brandon Ording

While comparing the changes in the latest RabbitMQ client, it appears that APIComparer is missing some of the changes that were made: http://apicomparer.particular.net/compare/RabbitMQ.Client/3.6.1...3.6.2 Here is the comparison of what all...

While working on adding quorum queue support to the NServiceBus RabbitMQ transport, we've come across a strange problem that causes an `INTERNAL_ERROR` to be thrown. The scenario seems to be...

This update is libgit2 [1.4.2](https://github.com/libgit2/libgit2/releases/tag/v1.4.2).

I'm using 2.0.17, and after switching to an EV code signing certificate, I'm getting "Signing failed with error 801901F4 for file" during the signing process. Here's the build log: ```...

While #894 fixed the transport's connection recovery problems around the newly introduced [consumer acknowledgement timeout](https://www.rabbitmq.com/consumers.html#acknowledgement-timeout), there is still a related problem. When a handler runs longer than the timeout value,...

bug

The places we are accessing the RabbitMQ management API has http urls hard-coded, so this fails if you need to access the management API over https instead. For example, if...

After working on the native delays implementation, it's become more apparent that we need some better way to manage running tests with different permutations of configurations settings. We previously could...

What is the [AddressMode](https://github.com/Particular/NServiceBus/blob/develop/src/NServiceBus.Core/AddressMode.cs) enum for? I don't see any references to it, and the comments make it sound like it must be some leftover from an earlier era. Seems...

Breaking change

The .NET 8 SDK has a new [simplified output paths](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8#simplified-output-paths) feature that is opt-in. However, the property that has been chosen to configure it is `ArtifactsPath`. That leads to any...

NServiceBus 8 introduced a new transport API, but the older `UseTransport` is still available and has not been marked as obsolete. We don't want to remove this older API until...