|
From: Juergen H. <ju...@in...> - 2005-06-17 19:25:26
|
That's indeed a bug: JmsTemplate should always explicitly close the MessageProducers it creates. It currently relies on implicit close through the JMS Session (i.e. that Session.close also closes all its producers), but that's obviously not the case with all JMS providers. I've fixed this already, to be released in the upcoming Spring 1.2.2. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Claus Ibsen Sent: Friday, June 17, 2005 2:29 PM To: spr...@li... Subject: [Springframework-developer] Memory consumption using JmsTemplate A person on the forum have a memory leak using the JmsTemplate. http://forum.springframework.org/viewtopic.php?t=6365 Sorry for posting it here but if there really is a leak it would be nice to be fixed. And the best persons to look at this is the mighty core developers. /Claus ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |