How to run kill -3 mq_java?
Dear Expert,
My customer find the mq broker are hang up serveral times per week. The mq version is 3.6 EE version.
[sb2000a]# ps -ef |grep imq
root 10665 1 0 12:27:56 ? 0:00 /bin/sh /usr/bin/imqbrokerd -vmargs -Xmx512m -XX:NewRatio=4 -verbose:GC
root 10676 10665 0 12:27:56 ? 0:16 /usr/jdk/entsys-j2se/bin/java -server -cp /usr/bin/../../usr/share/lib/imq/imqb
My question is i want to run kill -3 10676 to investigate the problem when the mq hang up reoccur, but the "kill-3" output only display on console, which startup the imqbrokerd.
How can i make the kill -3 output to a file in this case?
thanks,
Angus

