Aitor Pérez Cedres

Results 17 issues of Aitor Pérez Cedres

From this issue https://github.com/rabbitmq/amqp091-go/issues/106, we found a reliable way to reproduce a queue crash using 2 consumers in a Single Active Consumer enabled Classic Queue. ~~I will upload a slight...

## Description The behaviour in configuration key precedence is not consistent for certain configuration keys. Specifically, they configuration key pair `disk_free_limit.relative` + `disk_free_limit.absolute`, and the pair `vm_memory_high_watermark.relative` + `vm_memory_high_watermark.absolute`. The...

## Description Our current build system in Concourse uses [oci-build-task](https://github.com/concourse/oci-build-task), which seems to have a limitation to support multi platform images, as described in https://github.com/concourse/oci-build-task/issues/85 As a potential solution, we...

chore

RabbitMQ reads the connection property "connection_name" from the client and displays the value in the Management UI. This is convenient for debugging and locating specific client connections, and correlating a...

The [client provided connection name](https://rabbitmq.com/api-guide.html#client-provided-names) is very useful to identify connections in Management UI and during debugging sessions. In the Java Client, it's quite easy to set a client provided...

enhancement

### Description The current implementation of `stream.Producer` and `stream.Consumer` use `stream.Coordinator`. This coordinator does a lot of things, like keeping track of the IDs used for communication, reconnection, keeping a...

v2.x

The Java Client [supports Super Streams](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#super-streams) as an experimental feature. Super Streams are partitioned streams, with an arbitrary routing logic to route messages from a logical stream to a stream...

v2.x

### Is your feature request related to a problem? Please describe. Classic Queues and Streams support "fail-safe" parameters in queue deletion requests. Quorum Queues could benefit from the same parameters,...

enhancement

At the moment of this writing, supported Go version are 1.18 and 1.19. Golang has a support policy of N-1. From [their docs](https://go.dev/doc/devel/release#policy): > Each major Go release is supported...

RabbitMQ Server does not support `prefetchSize` other than 0 (no limit). Setting the `prefetchSize` to anything other than 0 results in a channel exception "not implemented". The team does not...