rabbitmq-java-client icon indicating copy to clipboard operation
rabbitmq-java-client copied to clipboard

RabbitMQ Java client

Results 30 rabbitmq-java-client issues
Sort by recently updated
recently updated
newest added

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

bug

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

enhancement

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

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

enhancement

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

enhancement

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

bug