OpenJMS w/RMI - lots of PingThreads??

From: Jean-Francois Theoret (jftheoret_at_videotron.ca)
Date: 06/30/04


Date: 30 Jun 2004 08:29:25 -0700

I have an application that is using OpenJMS in RMI mode - I have
multiple PingThreads running in the background and I was wondering if
it was because I was not closing the publishers/subscribers correctly
(TopicPublisher.close).

I noticed that there is a way not to have these threads by specifying
clientPingInterval="0" in the openjms.xml file, but what is the use of
these threads?

jf