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

Proposed changes for "Avoid static list of Addresses in ConnectionHandler" #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Srinathc
Copy link

Among the options discussed, have chosen Option 2 since it easily integrates with the underlying AMQP library. This option only makes a minimal intrusion in the underlying code.

An AddressResolver is introduced and is referenced in the ConnectionOptions. Whenever a connection is being re-attempted, the resolver is called back to retrieve the set of addresses.

Srinath C added 3 commits November 22, 2013 11:59
…anged the AddressResolver to the second option that was discussed since it is more adaptable to underlying AMQP library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants