rabbitmq-dotnet-client icon indicating copy to clipboard operation
rabbitmq-dotnet-client copied to clipboard

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+

Results 87 rabbitmq-dotnet-client issues
Sort by recently updated
recently updated
newest added

https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=net-6.0

I've created a separate issue for the discussion about the supported frameworks originating in #857 Copied the last response from @danielmarbach > > Considering that .NET Framework will probably not...

I asked for some actionable feedback: https://news.ycombinator.com/item?id=23263536 > If the library were being designed from scratch today, pretty much every method on the model would be Async. After all, if...

help wanted
next-gen-todo

This is something that I have been wondering about for some time on what would be the best approach for observability. Since debugging a library like this can be hard,...

Follow-up work from #713 As suggested by @bording in [this comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/713#issuecomment-586427775)

help wanted
enhancement
next-gen-todo

See #264 This _might_ be something to do. Worth investigating for 7.0.

usability
enhancement
next-gen-todo

The RabbitMQ client currently allocates a lot of unnecessary memory and has a lot of GC overhead. I'm currently working on a PR to reduce the allocations being made, and...

enhancement

I've run into an issue where an exception happens after recovery which causes the connection to be closed and no attempt to recover. As far as I can tell from...

help wanted
enhancement
next-gen-todo

This is recurring question that pops up every year or two, most recently in #402. The protocol has two types of methods: * Synchronous: require a response, e.g. `queue.declare` *...

usability
next-gen-todo