Hello and congratulations to the team!
Improvements in performance are always appreciated. I have a question regarding lazy queues though.
Our application is HTTP service backend which uses RabbitMQ mirrored classic queues as an intermediate between 3rd parties querying that HTTP server and RabbitMQ consumers connecting to thousands of SQL databases. In a sense, this is public API service allowing our clients to query their on-premise SQL databases through one centralized endpoint. Every client have their own queue and these queues are very short, i.e. we don’t keep or try to redeliver RabbitMQ messages if something gets wrong in the pipeline. Even if we fully restart RabbitMQ cluster, external clients get HTTP 5XX response and are usually instructed to resend their HTTP query.
Since lazy queues will try to write everything to disk, and disks usually are much slower than memory, does this make lazy queues not suitable for our case?
And another question, does mentioned lazy behaviour applies to CQv1, or to CQv2 also?
Currently we are preparing to migrate to quorum queues, because HA is important for us, but it will take time. For the moment I’m more concerned about what will happen during intermediate timeframe, when we upgrade from 3.11 to 3.12. Hence, my questions.
--
Best Regards,
Vilius
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/CAA81d0vPVfAfiXjZteP-%2BpGRocfvhMHYOrXtSseo-F142GoW9Q%40mail.gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/AM8PR01MB7699E83EFEBD0747A8A07888927F9%40AM8PR01MB7699.eurprd01.prod.exchangelabs.com.
Thank you for your response.
Subscribed to the discussion. That option definitely looks interesting for us.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/CAA81d0sd8paYhHZcHkzhz-rYw7QrxhCY0Ck6nX7kSiq86_BgnA%40mail.gmail.com.