Luke Bakken

Results 123 issues of Luke Bakken

### Is your feature request related to a problem? Please describe. To get information about partitions, you must have management statistics enabled. Ideally, it would be great to still get...

enhancement

Fixes #8323 Follow-up to https://github.com/rabbitmq/rabbitmq-server/pull/2802/ Step 1: modify test so it throws the same error

Related issues: * https://github.com/php-amqplib/php-amqplib/pull/674#issuecomment-479876535 * https://github.com/php-amqplib/php-amqplib/pull/672 * https://github.com/php-amqplib/php-amqplib/pull/674 * https://github.com/php-amqplib/php-amqplib/issues/1065

### Is your feature request related to a problem? Please describe. In https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel...

enhancement

The RabbitMQ Java client uses these functions to determine the heartbeat value * https://github.com/rabbitmq/rabbitmq-java-client/blob/main/src/main/java/com/rabbitmq/client/impl/AMQConnection.java#L425-L427 * https://github.com/rabbitmq/rabbitmq-java-client/blob/main/src/main/java/com/rabbitmq/client/impl/AMQConnection.java#L655-L659 We should use the `_negotiate_integer_value` method in `_tune_heartbeat_timeout` Section 2.3.3 from the AMQP 0.9.1...

Inspired by this discussion: https://groups.google.com/g/rabbitmq-users/c/fSrIb6df-yc See the following code: https://github.com/lukebakken/rabbitmq-users-pika-fSrIb6df-yc/blob/main/connection.py We _could_ expand this into a thread-safe Client class. Worth investigating.

This document has mislead users lately, because it does not show everything needed to configure RabbitMQ: https://pika.readthedocs.io/en/stable/examples/tls_mutual_authentication.html https://stackoverflow.com/q/75182299/1466825

### Is your feature request related to a problem? Please describe. https://github.com/rabbitmq/rabbitmq-server/discussions/10398 It's rare, but some users use wildcard certs for inter-node TLS. We should document the correct way to...

enhancement