-
Notifications
You must be signed in to change notification settings - Fork 801
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
[RabbitMQ] Reusing healthy connection #352
Merged
Merged
Commits on Dec 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14495bd - Browse repository at this point
Copy the full SHA 14495bdView commit details -
Explicit handling of null sslOption parameter
The `ConnectionFactory` doesn't handle a null SslOption field for amqp connections. It must be a created instance with Enabled=false The constructor for a new `ConnectionFactory` will create a new SslOption already so only overwriting that default if something was passed in to the constructor.
Configuration menu - View commit details
-
Copy full SHA for c60e42b - Browse repository at this point
Copy the full SHA c60e42bView commit details -
Reusing existing connection if it's still open
Removing Lazy that was only created to return an already created instance
Configuration menu - View commit details
-
Copy full SHA for bee79fc - Browse repository at this point
Copy the full SHA bee79fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f81309 - Browse repository at this point
Copy the full SHA 4f81309View commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec3dcdc - Browse repository at this point
Copy the full SHA ec3dcdcView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3d7553 - Browse repository at this point
Copy the full SHA b3d7553View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8e8aa - Browse repository at this point
Copy the full SHA cf8e8aaView commit details
Commits on Jan 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3584d00 - Browse repository at this point
Copy the full SHA 3584d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b47a85 - Browse repository at this point
Copy the full SHA 3b47a85View commit details -
Functional Tests already cover these use cases
Configuration menu - View commit details
-
Copy full SHA for 388d7ac - Browse repository at this point
Copy the full SHA 388d7acView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.