Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Sep 12, 2025

There can be at most one consumer per volatile queue instance. This consumer must also have attached on the same channel/session as the creator of the queue.

Prior to this commit, it was possible for clients on other connections or sessions to attach a receiving link to an existing volatile queue name, even though no messages would be delivered.

It's better for RabbitMQ to directly refuse the link at attach time.


This is an automatic backport of pull request #14528 done by Mergify.

There can be at most one consumer per volatile queue instance.
This consumer must also have attached on the same channel/session as the
creator of the queue.

Prior to this commit, it was possible for clients on other
connections or sessions to attach a receiving link to an existing volatile
queue name, even though no messages would be delivered.

It's better for RabbitMQ to directly refuse the link at attach time.

(cherry picked from commit 0843704)
@mergify mergify bot assigned ansd Sep 12, 2025
@ansd ansd merged commit f0a11c7 into v4.2.x Sep 12, 2025
285 checks passed
@ansd ansd deleted the mergify/bp/v4.2.x/pr-14528 branch September 12, 2025 11:55
@michaelklishin michaelklishin added this to the 4.2.0 milestone Sep 12, 2025
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.

3 participants