kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1537] JMSReader does not reconnect to JMS server #2300

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-1537 JMSReader does not reconnect to JMS server Original Reporter: Teerat Pitakrat


The JMSReader does not try to reconnect to JMS server if the first attempt fails.
This means that Kieker has to be started after the JMS server.

A possible solution would be to check if the server is up. If yes, then connect. If not, then wait and retry.

rju commented 1 week ago

author rju -- Wed, 24 May 2023 13:38:42 +0200

Is this still a thing? Do we continue to support JMS.