rabbitmq-java-client
rabbitmq-java-client copied to clipboard
RabbitMQ Java client
### Describe the bug We noticed that occasionally we have threads stuck forever with the sack that point to the RabbitMQ channel class. The stack is below. Generally there are...
### Is your feature request related to a problem? Please describe. Add a builder() method to the ConnectionFactory class in the RabbitMQ client library to make it easier to create...
Channels that have had exceptions but not explicitly closed can be recovered via connection recovery
### 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...
See https://github.com/rabbitmq/rabbitmq-java-client/discussions/1311 for background. This is a very basic proposal that would allow to mark certain entities as "unrecoverable", as in, they won't be stored in the topology recovery cache...
### Is your feature request related to a problem? Please describe. `Channel` currently only implements `AutoClosable`. It was added to the standard library as a super interface to `Closable`, so...
### Is your feature request related to a problem? Please describe. To my understanding there are currently no metrics emitted that distinguish whether or not a message was requeued when...
### Describe the bug -H:±UnlockExperimentalVMOptions was introduced in GraalVM for JDK 21 (see https://github.com/oracle/graal/issues/7105). When building an app natively, the following warning appears: ```shell Warning: The option '-H:IncludeResources=rabbitmq-amqp-client.properties|version.properties' is experimental...