PennState / jms-tools

Apache License 2.0
3 stars 4 forks source link

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

Open smoyer64 opened 6 years ago

smoyer64 commented 6 years ago

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

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