Skip to content

Fix deprecated queue declarations for RabbitMQ 4.3.x#77

Draft
ceydadincer wants to merge 1 commit into
VILLASframework:masterfrom
ceydadincer:deprecated-queue-declaration
Draft

Fix deprecated queue declarations for RabbitMQ 4.3.x#77
ceydadincer wants to merge 1 commit into
VILLASframework:masterfrom
ceydadincer:deprecated-queue-declaration

Conversation

@ceydadincer

Copy link
Copy Markdown

According to the RabbitMQ Deprecated Features List, transient non-exclusive classic queues are deprecated starting with RabbitMQ 4.3.0. In the queue declarations for the monitor and simulator ping commands, durable is set to False and exclusive isn't explicitly set, therefore defaults to False, resulting in a deprecated queue. This PR sets exclusive=True explicitly in both declarations to make them non-durable and exclusive.

Alternative fixes can be found in RabbitMQ queue documentation.

Signed-off-by: Ceyda Dinçer <ceyda.dincer@eonerc.rwth-aachen.de>
@ceydadincer ceydadincer force-pushed the deprecated-queue-declaration branch from 0bea5ec to 823f46c Compare June 21, 2026 14:55
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