Skip to content

[Messenger] [Amqp] delayed quorum queues #60298

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

Open
wants to merge 9 commits into
base: 7.2
Choose a base branch
from
Prev Previous commit
Next Next commit
issues/57867 improve commend message
  • Loading branch information
Miquel Fontana committed Jul 28, 2025
commit f606921fb9499499f29ce068c54e7de744770b6a
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function __construct(
* * exchange_name: Name of the exchange to be used for the delayed/retried messages (Default: "delays")
* * arguments: array of extra delay queue arguments (for example: ['x-queue-type' => 'classic', 'x-message-deduplication' => true,])
* * daily_delay_queues: When true, delay queues will be created with names including the current date
* (e.g., 'delay_queue_2024_03_21'). These queues are automatically deleted by RabbitMQ after they
* (e.g., '%queue_name_pattern%_%current_date%'). These queues are automatically deleted by RabbitMQ after they
* expire (x-expires argument), the x-expires argument is set to 24 hours (24 * 60 * 60 * 1000) plus delay. This is useful for quorum queues.
* because quorum queues do not redeclare expire time.
* (Default: false)
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy