Yes they are to a queue.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/kill-9-in-message-listener-tp4714620p4716116.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Got it to work when using spring boot at both sender and listener.
Is there anything I must do to make it work when sender is in plain java
without spring but listener is using spring boot
--
View this message in context:
http://activemq.2283324.n4.nabble.com/kill-9-in-message-listener-tp471462
Hi,
Sorry for late reply.
So what will happen when the listener is in a JMS transaction?
How do I control this timeout?
Where is this wiki?
Raster
--
View this message in context:
http://activemq.2283324.n4.nabble.com/kill-9-in-message-listener-tp4714620p4716051.html
Sent from the ActiveMQ
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 proces
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 System.exit
In 2nd listener 4 will cause a System.exit
if system.exit is trigerred in one listener is it safe to assume the message
will be received by the