Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Connection retries should be limited to cases where it could succeed #5

Open
smoyer64 opened this issue Dec 5, 2017 · 0 comments
Open

Comments

@smoyer64
Copy link
Contributor

smoyer64 commented Dec 5, 2017

Currently the client attempts to connect to the message queue repeated even when:

  • The broker.url is invalid (bad scheme was tested)
  • broker.username and broker.password don't authenticate
  • queue.name is invalid (not tested)

If the parameters passed to the client are valid, then retries are prudent - if the parameters are invalid, then the client should abort loudly.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant