Everything Bruce just said plus... 2008/9/28 Andres Rangel <[EMAIL PROTECTED]>: > Hi, > I am writting my on jms libraary for an internal application using java, and > would like to know what should I cache, connections or sessions (all from the > same connection)? > > Also, would like to know if I have an application that would run > indefinetely, should I every so foten check the "status" or "health" of the > connection? Similar as is done with jdbc connections where the poolmgr make > asimp[le query to check if the connection is active or stale.
The failover transport in ActiveMQ already does this for you, so you don't have to http://activemq.apache.org/failover-transport-reference.html -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
