Luke Bakken

Results 314 comments of Luke Bakken

It would be nice to come up with a way to version the file format to avoid transformations, IMHO.

This behavior appears to have changed with the 3.9.0 release. I'll continue investigating. cc @dumbbell

Aha, I found [this code](https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit/src/rabbit_prelaunch_logging.erl#L642-L648) which demonstrates how to ensure the default main log file is used, just set a level for it: ``` loopback_users = none log.console = true...

Related discussion: https://groups.google.com/g/rabbitmq-users/c/RNUCDVoYzJs/ I took that users's code and created the following simple reproducer: https://github.com/lukebakken/Amqp10SessionExample `dotnet run` will fetch deps, compile and run it. It assumes AMQP 1.0 is enabled...

Anyone asking about MQTT 5.0 support should read @michaelklishin 's comment ([link](https://github.com/rabbitmq/rabbitmq-server/issues/2554#issuecomment-617485816)): > It is still scheduled to be implemented but we offer no ETA as there are too many...

> is there a comment on why this issue was closed besides being open for a long time with little progress? This issue is not closed. I'm not sure why...

It's important to include a link to the Slack conversation: https://rabbitmq.slack.com/archives/C1EDN83PA/p1653390852313819

@fuzzy76 this is open-source software maintained by volunteers. If you have time to contribute via a pull request, we would appreciate it.

> I got so far as getting Azure OAuth tokens working against rabbitmq_auth_backend_oauth2. @ngbrown it would be very helpful to share a project demonstrating this. Testing OAuth against several providers...

If a user declares a quorum queue with a replication factor of N and there aren't that many nodes in the cluster at that time I would expect either -...