Open rju opened 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.
author rju -- Wed, 24 May 2023 13:38:42 +0200
Is this still a thing? Do we continue to support JMS.
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.