Skip to content

RabbitMQ: Use durable queues#470

Merged
bart-vmware merged 1 commit into
mainfrom
fix-rabbitmq-non-durable-queues
Jun 3, 2026
Merged

RabbitMQ: Use durable queues#470
bart-vmware merged 1 commit into
mainfrom
fix-rabbitmq-non-durable-queues

Conversation

@bart-vmware
Copy link
Copy Markdown
Member

While the RabbitMQ Connector sample works with the Docker image rabbitmq:3-management, it fails with rabbitmq:latest, producing the following error:

RabbitMQ.Client.Exceptions.OperationInterruptedException: 'The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=541, text='INTERNAL_ERROR - Feature transient_nonexcl_queues is deprecated.
By default, this feature is not permitted anymore. The feature will be removed from a future major RabbitMQ version, regardless of the configuration; actual version to be determined. To...', classId=50, methodId=10'

This doesn't fix the Dhaka issue, but it wouldn't hurt otherwise. It fixes running locally with the latest RabbitMQ Docker image.

While sample works with docker image `rabbitmq:3-management`, it fails with `rabbitmq:latest`:

> RabbitMQ.Client.Exceptions.OperationInterruptedException: 'The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=541, text='INTERNAL_ERROR - Feature `transient_nonexcl_queues` is deprecated.
By default, this feature is not permitted anymore.
The feature will be removed from a future major RabbitMQ version, regardless of the configuration; actual version to be determined.
To...', classId=50, methodId=10'
@bart-vmware bart-vmware marked this pull request as ready for review June 3, 2026 12:21
@bart-vmware bart-vmware requested a review from TimHess June 3, 2026 12:22
@bart-vmware
Copy link
Copy Markdown
Member Author

Here's the signature change with argument names:

image

@bart-vmware bart-vmware merged commit 9163d50 into main Jun 3, 2026
3 checks passed
@bart-vmware bart-vmware deleted the fix-rabbitmq-non-durable-queues branch June 3, 2026 13:40
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.

2 participants