Luke Bakken

Results 123 issues of Luke Bakken

### Is your feature request related to a problem? Please describe. The `password` AMQP URI query parameter is not documented. It is required when using certificates that have passwords. https://vmware.slack.com/archives/C0RDGG81Z/p1683709809948449?thread_ts=1683641416.511669&cid=C0RDGG81Z...

enhancement

All RabbitMQ users should now be using `rabbitmq.conf` configuration files. The presence of multiple configuration options continues to confuse new users ([link](https://groups.google.com/g/rabbitmq-users/c/Xd9vkBXK3ww)). The documentation should be simplified to _only_ show...

### Describe the bug Reported here: https://groups.google.com/g/rabbitmq-users/c/lhLt0pkCFv4 ---- Observed the following and wondering if it is expected or considered to be a possible issue. Using Java 5.13.1 rabbitmq client library...

bug

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

bug

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

enhancement

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

- [ ] 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) instead of `get;` * TODO - [x] Consider [immutable...

enhancement

- [ ] Check out @bording's project for ideas: * https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/843#issuecomment-632742124 * https://github.com/bording/angora - [ ] Check out @mgravell's projects for ideas: * https://github.com/mgravell/Pipelines.Sockets.Unofficial * https://github.com/StackExchange/StackExchange.Redis - [ ] Consider...

enhancement