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 support for Rabbitmq exclusive consumer #2403

Closed
wants to merge 1 commit into from
Closed

Add support for Rabbitmq exclusive consumer #2403

wants to merge 1 commit into from

Conversation

daknin
Copy link
Contributor

@daknin daknin commented Jul 1, 2018

Rabbit MQ supports exclusive queues and exclusive consumers. The existing Camel exclusive parameter creates an exclusive queue that is non durable and is deleted when the connection is closed. This PR adds an exclusiveConsumer parameter that creates an exclusive consumer that requests exclusive access to a shared durable queue that is not deleted when the connection is closed.

@oscerd
Copy link
Contributor

oscerd commented Jul 2, 2018

Merged on master, thanks. It will be in 2.23.0

@oscerd oscerd closed this Jul 2, 2018
@daknin daknin deleted the feature/RabbitExclusiveConsumer branch September 14, 2018 07:52
Croway pushed a commit to Croway/camel that referenced this pull request Mar 14, 2024
[ENTESB-22698] Upgrade to Spring Framework 5.3.32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants