RawRabbit
RawRabbit copied to clipboard
A modern .NET framework for communication over RabbitMq
Bumps Microsoft.AspNetCore.Mvc.Core from 1.0.3 to 1.0.6. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
### Description Currently, the `_consumerCache` within the `ConsumerFactory` has bad `IBasicConsumer`'s removed and swapped out for new ones. This mechanism uses the `Task.IsCompleted` method (https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.iscompleted?view=net-6.0), which catches cancelled and faulted...

See: https://github.com/pardahlman/RawRabbit/pull/421
I am testing locally with https://customer.cloudamqp.com and I wanted to configure in the ConnectionFactory the uri of claudampq.com
* Change SubscriptionExceptionMiddleware to use the client's RabbitMQ username instead of the user_id of the message that caused the exception when publishing to the default error exchange. * Change RetryLaterMiddleware...
I think that it would be better to inform folks that this project is more or less dead by archiving it.
### Description Populated statemachine.md with quickstart doc for StateMachine operation. Code samples are taken from unit tests ### Check List - [x] All test passed. - [x] Added documentation _(if...
### Description When trying to set the Exchange attribute on a class, the "Durable" and "AutoDelete" properties were missing. Added the proper `get` methods to enable attribute options at the...