Hi all,
We use MQ through a JMS bridge to connect to an external system. Sometimes Appian is waiting for a message response in a queue forever. We know that the message is there and the problem is solved by restarting the server.
Is there any way to monitor the status of the connection? Can we prevent the issue? At the moment we have a 2 hours timeout to detect the problem but restarting the server to solve the issue is not ideal.
Regards,
Jesus
Discussion posts and replies are publicly visible
What do you think of implementing a dummy service and execute it every x minutes to detect if the connection is ok? It would be resource intensive but it would detect problems in advance.