Skip to content

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

Description

@smoyer64

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions