Michal Kuratczyk

Results 71 comments of Michal Kuratczyk

@illotum What versions would you expect this to be back-ported to? While we didn't find any regressions, we know RabbitMQ is used in so many ways/configurations that it could have...

@illotum My suggestion would be to ship it in 3.11 for now. Start using it, keep an eye on these instances and then, if you see the benefits and don't...

I've opened a PR and shared some results of today's tests https://github.com/rabbitmq/rabbitmq-server/pull/6467

I found an issue when using priority queues: 1. start a fresh node 2. declare and publish to a priority queue: ``` perf-test -ad false -f persistent -u cq-prio -qa...

Using [a simple test app](https://github.com/mkuratczyk/stomp-test), it seems like publishing is significantly slower than on `main`: ``` > time ./stomp-go -count 100000 -publishOnly -queue foo sender finished ________________________________________________________ Executed in 2.11...

Messages published over STOMP, can't be consumed over AMQP 0.9.1. Using [a simple test app](https://github.com/mkuratczyk/stomp-test) for publishing and then perf-test for conuming: ``` # publish 1 message ./stomp-go -count 1...

There's a heartbeat related crash when publishing more than a couple messages. ``` ./stomp-go -count 10000 -publishOnly ``` leads to ``` crasher: initial call: rabbit_heartbeat:'-heartbeater/2-fun-0-'/0 pid: registered_name: [] exception exit:...

Some performance observations at this point. 100 publishers -> 100 queues -> 100 consumers (note: there's no flow control here): ` ./stomp-go -count 100000 -queue stomp-to-stomp -publisherCount 100 -consumerCount 100...

Clarification: classic queues are not deprecated. Mirroring of classic queues is. As for your use case, assuming there's just a handful of retries (back-off/delay values), you can have non-expiring quorum...

If you have this problem, please investigate what changes are necessary and share here. You can [pause reconciliation](https://www.rabbitmq.com/kubernetes/operator/using-operator#pause) and make modifications to the STS for example.