Skip to content

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

@smoyer64

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions