RawRabbit icon indicating copy to clipboard operation
RawRabbit copied to clipboard

A modern .NET framework for communication over RabbitMq

Results 60 RawRabbit issues
Sort by recently updated
recently updated
newest added

Bumps Microsoft.AspNetCore.Mvc.Core from 1.0.3 to 1.0.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AspNetCore.Mvc.Core&package-manager=nuget&previous-version=1.0.3&new-version=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...

dependencies

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...

dependencies

### 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...

![image](https://user-images.githubusercontent.com/15065058/145187236-0dcd0f95-01e2-4e5a-804a-7249b5a2cef2.png)

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...