Hi, 
Lets say there are 2 similar message listeners in two different jvms. 
They receive numbers as text messages. 
in 1st listener 3 will cause a Kill -9 of the listener process using
Processbuilder and some means to detect process id.
In 2nd listener 4 will cause  a Kill -9 of the listener process using
Processbuilder and some means to detect process id.
if kill -9 is executed in one listener (when message or rather its thread is
inside the listener method) is it safe to assume the message will be
received by the other listener?  Or will this message be lost?

Thanks. 
Raster



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/kill-9-in-message-listener-tp4714620.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to