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

Manage Sender and Listener connection separately in RMQ #644

Conversation

vglinca
Copy link

@vglinca vglinca commented Dec 4, 2023

Add ability to control Sender/Listener connection.
It becomes crucial when you connect to a RMQ and it creates two connections: Sender and Listener and you need only one.
In case if a service is supposed to send messages only, the Listener connection becomes a useless load that consumes additional resources, and vice-versa with the Sender connection.
In this PR I've added two methods to the RabbitMqTransportExpression that allow turning off Sender or Listener connection.

@jeremydmiller jeremydmiller added this to the 1.13.0 milestone Dec 19, 2023
@jeremydmiller jeremydmiller merged commit a4af296 into JasperFx:main Dec 19, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants