rabbitmq-dotnet-client
rabbitmq-dotnet-client copied to clipboard
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
Reported by @boskjoett ### Discussed in https://github.com/rabbitmq/rabbitmq-dotnet-client/discussions/1249 Originally posted by **boskjoett** September 9, 2022 We are consistently, but with random frequency, experiencing long delays (more than a second) from the...
Follow-up / replacement to #1519
### Discussed in https://github.com/rabbitmq/rabbitmq-dotnet-client/discussions/1463 Originally posted by **plewam** January 7, 2024 I am currently testing the 7.0.0-alpha.2 release. I have set the `AutomaticRecoveryEnabled` to `true`. During the consume of messages...
When I try to set the Address family of the AmqpEndpoint explicitly to InterNetwork the value still remains Unspecified ``` ConnectionFactory = new ConnectionFactory() { HostName = connectionFactorySettings.HostName, VirtualHost =...
Fixes #1354 Supersedes #1389
## Proposed Changes This PR adds the ability to use the body in `BasicPublishAsync` directly when sending it to RabbitMQ, instead of copying it to a temporary byte-array. ### Technical...
https://rabbitmq.github.io/rabbitmq-dotnet-client/index.html https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/gh-pages https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1261#pullrequestreview-1846027387 Follow-up to https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1261 cc @stebet @cijothomas
### Describe the bug using RabbitMq.Client 6.8.1 ``` var factory = new ConnectionFactory { UserName = "rabbit", Password = "rabbit", HostName = "localhost", VirtualHost = "/", Port = 5672, AutomaticRecoveryEnabled...
Following the discussion [here](https://github.com/rabbitmq/rabbitmq-dotnet-client/discussions/1471), version 7 of this client will only have an `async` API available. References: * https://github.com/rabbitmq/rabbitmq-dotnet-client/discussions/1471 * https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1413 * https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/714
- [ ] Ship Public API in txt file - [ ] Update `CHANGELOG.md` - [x] Update copyright headers (https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1589) - [x] Use newer C# language features * [`readonly` fields](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/readonly#readonly-field-example)...