We have several Linux processes implemented in various technologies, Java, C++, etc. They interact with each other by passing messages on Websphere MQ. If any process crashes, we would like it to be restarted automatically for a configured number of times.
Would it involve a change in the applications, such as periodically raising a heartbeat to indicate that the application is in good health?
Thanks,
Yash