]
Bela Ban updated JGRP-2045:
---------------------------
Fix Version/s: 3.6.10
Can't init JChannel using FILE_PING when JVM is shutting down
-------------------------------------------------------------
Key: JGRP-2045
URL:
https://issues.jboss.org/browse/JGRP-2045
Project: JGroups
Issue Type: Bug
Reporter: Justin Bertram
Assignee: Bela Ban
Fix For: 3.6.10, 4.0
The ActiveMQ Artemis message broker, which can use JGroups for clustering, can be
configured to forward any pending messages to another broker in the cluster when it is
shutdown. However, since the JVM is in the process of shutting down the shutdown hook
which org.jgroups.protocols.FILE_PING#init attempts to add fails and the broker is unable
to move its messages.