modified "
startMQMonitor.sh" script file.
added the following nohup and & to the command in the script file.
nohup "$JAVA_HOME"/bin/java ....... &
Full command example:
nohup "$JAVA_HOME"/bin/java -Xms64m -Xmx512m -cp $CLASSPATH -Dcom.wily.introscope.agentProfile=./properties/IntroscopeAgent.profile -DProperties=./properties/ com.wily.powerpack.websphereMQ.agent.MQMonitor.MQMonitor &