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

Create per channel Vert.x context for Vert.x-client based connectors #2652

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

ozangunalp
Copy link
Collaborator

@ozangunalp ozangunalp commented Jun 13, 2024

AMQP 1.0, MQTT and RabbitMQ

The Vert.x context also enforces sequential execution on channels.
However, reusing the underlying context means that message dispatching from all channels is serialized together.

This is a draft PR to discuss and see if the change impacts any test.

Referenced in quarkusio/quarkus#28425

@ozangunalp ozangunalp marked this pull request as ready for review June 19, 2024 11:43
@ozangunalp ozangunalp requested a review from cescoffier June 20, 2024 07:59
@ozangunalp ozangunalp merged commit 3b6a92b into smallrye:main Jun 25, 2024
4 checks passed
@ozangunalp ozangunalp added this to the 4.22.0 milestone Jul 5, 2024
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