Skip to content
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

Add the possibility of registering custom queue types #8834

Merged
merged 1 commit into from Jul 13, 2023

Conversation

luos
Copy link
Contributor

@luos luos commented Jul 12, 2023

Proposed Changes

With the addition of the queue_type API the ability to create custom queue types became possible. With this small change plugin creators can implement their own special queues without interfering with core RabbitMQ functionality.

We think this would be a really useful addition to extend RabbitMQ.

Let us know what you think.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

@michaelklishin
Copy link
Member

@luos this looks good. Out of curiosity, can you share what you plan on doing with this?

@michaelklishin
Copy link
Member

Enough of our team members agreed to adopting this, ideally starting with 3.13.0.

@michaelklishin michaelklishin added this to the 3.13.0 milestone Jul 13, 2023
@michaelklishin michaelklishin merged commit 2ca06dd into rabbitmq:main Jul 13, 2023
13 checks passed
@luos
Copy link
Contributor Author

luos commented Jul 13, 2023

Great news, thank you. We experimented some more with this and it works but needs some more tweaks to be a fully working solution, we plan to open a new PR with some additions next week.

To answer your original question, we are just experimenting with some special queue types, for example fully in memory queues and conditional consumption of messages from certain queues.

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.

None yet

2 participants