Hi Kevin,
Re: "No. That parameter is default commented by
<!-- the following parameters are useful when there is a firewall between client and server. Uncomment them if so.-->
So the default value is 5000, isn't it!?"
Ah, that is due to an oversight, partly my own fault, which has been or will be corrected, in which the comment was added but the original uncommented values were eliminated. The default values are usually too small, leading to spurious failures, so they should either be increased to a reasonable value, or, essentially, set to infinity, which is what JBossMessaging has generally done. For example,
<attribute name="pingFrequency" isParam="true">214748364</attribute>
Re: "Anyway, I wouldn't worry about it."
Yeah, that's one of my favorite answers, too. :)
Re: "I can give it a try, but unfortunately I guess, the willingness to help is not great"
You have to understand that JBossMessaging has been superceded by HornetQ, a much better implementation, and the resources for working on JBossMessaging are limited.
-Ron