Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy-Queue-Mode is discontinued / the new default (RabbitMQ 3.12.X) #17

Open
fegbers opened this issue Oct 7, 2023 · 0 comments
Open

Comments

@fegbers
Copy link
Member

fegbers commented Oct 7, 2023

Documentation

The library currently uses the x-queue-mode argument with the lazy value in two different ways:

  1. DLX-Messages are always lazy
  2. Custom configuration of the argument for classic queues (see examples)

=> Since support is discontinued / lazy is the new default, the feature should be declared as deprecated. Removal should be avoided to be backward compatible! A note about possible performance losses if the hard disk storage has less power should also be added:

Classic queue lazy and non-lazy modes no longer apply: classic queues v2 always behave very similarly
to the lazy mode in earlier release series: moving data to disk aggressively and only keeping a subset of data in memory
Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant