Skip to content

perf[brokers]: Configure custom parameters when declaring a RabbitMQ queue#657

Open
systemime wants to merge 1 commit into
Bogdanp:masterfrom
systemime:master
Open

perf[brokers]: Configure custom parameters when declaring a RabbitMQ queue#657
systemime wants to merge 1 commit into
Bogdanp:masterfrom
systemime:master

Conversation

@systemime

Copy link
Copy Markdown

When declaring a queue, you can configure parameters such as x-max-length more flexibly based on actual conditions

@systemime systemime changed the title perf[brokers]: Added support for custom parameters for RabbitMQ queues perf[brokers]: Configure custom parameters when declaring a RabbitMQ queue Oct 13, 2024
systemime pushed a commit to systemime/dramatiq that referenced this pull request Mar 16, 2026
…e options

Allow users to pass custom queue arguments (e.g., x-max-length, x-message-ttl)
when declaring RabbitMQ queues. This enables more flexible queue configuration
based on actual requirements.

Example:
    broker.declare_queue("my_queue", ensure=True, queue_arguments={"x-max-length": 1000})

Fixes: Bogdanp#657

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…e options

Allow users to pass custom queue arguments (e.g., x-max-length, x-message-ttl)
when declaring RabbitMQ queues. This enables more flexible queue configuration
based on actual requirements.

Example:
    broker.declare_queue("my_queue", ensure=True, queue_arguments={"x-max-length": 1000})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant