Ramon Smits
Ramon Smits
When disabling the message driven subscription feature via: ```c# endpointConfiguration.DisableFeature(); ``` The following runtime error after upgrading to Core 7.8: > Unhandled Exception: System.Exception: No stage connector found for stage...
WARNING: Depends on: - https://github.com/Particular/NServiceBus.RabbitMQ/pull/1270 Wait for reconnect loops to complete to ensure all connections to the broker are released when the reconnect logic competes with the dispose
- Fixed #1268 1. ChannelProvider now has a CancellationTokenSource that gets cancelled when it is Disposed to ensure any reconnect while loop to be stopped 2. CreateConnection will teardown and...
### Describe the feature. #### Is your feature related to a problem? Please describe. Users that do not use saga timeouts, delayed retries or delayed delivery do not require the...
Currently the command line cannot run on a net7 only machine.
Currently we miss a good overview on hosting. It would be useful for customer to have a top level document on "hosting" that describes hosting options in the broadest sense:...
Currently our [monitoring docs page](https://docs.particular.net/monitoring/) focusses on performance metrics which are stored and visualized in our platform via ServicePulse and ServiceControl. However, there are more angles on "monitoring" as the...
Improve the [transaction session guidance](https://docs.particular.net/nservicebus/transactional-session/) to clarify the following: 1. It cannot be used as a "store and forward" replacement with local storage and remote broker 2. When using outbox...
Customer feedback made it clear that we need guidance on how to - install ServiceInsight - connect it to ServiceControl - implications of allowing remote access - alternatives on how...
### Describe the suggested improvement Various queries are not ideally constructed resulting the SQL query cache misses. Delayed queue table: ```sql (@Headers nvarchar(1362),@Body varbinary(177),@DueAfterDays int,@DueAfterHours int,@DueAfterMinutes int,@DueAfterSeconds int,@DueAfterMilliseconds int) DECLARE...