Skip to content

Add vhost limits #963

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

Closed
MirahImage opened this issue Mar 18, 2025 · 2 comments · Fixed by #977
Closed

Add vhost limits #963

MirahImage opened this issue Mar 18, 2025 · 2 comments · Fixed by #977
Assignees
Labels
enhancement New feature or request

Comments

@MirahImage
Copy link
Member

RabbitMQ supports vhost limits. It would be nice to configure these limits via the messaging topology operator.

Describe the solution you'd like
An optional additional Limits section in the vhost spec to specify limits. This is akin to the user limits added in #962

@MirahImage MirahImage added the enhancement New feature or request label Mar 18, 2025
@MirahImage MirahImage self-assigned this Apr 14, 2025
@battly
Copy link

battly commented Apr 30, 2025

Excuse the question for I am relatively new to RabbitMQ and using the Messaging Topology Operator - when can we expect to have the manifest file allowing use to set the vhost limits?

Is it possible already? I would appreaciate a short response.

@Zerpet
Copy link
Member

Zerpet commented May 5, 2025

It is possible already. For example:

apiVersion: rabbitmq.com/v1beta1
kind: Vhost
metadata:
  name: test-vhost
spec:
  name: myvhost
  rabbitmqClusterReference:
    name: test
  limits:
    connections: 100
    queues: 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants