Re: performance problem with JMS
From: Paul Lutus (nospam_at_nosite.zzz)
Date: 08/23/04
- Next message: Thomas Fritsch: "Re: What is a Java Bean?"
- Previous message: Nick Pomfret: "Re: Countdown"
- In reply to: Christian \: "performance problem with JMS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 23 Aug 2004 09:51:49 -0700
Christian "Raistlin" Gulich wrote:
/ ...
> Do you have any ideas, what could cause this problem?
Most likely there are unused objects on the heap that are not being
destroyed. Why not monitor your application's memory usage over time to see
if this is a factor?
Make sure there are no unused object references that remain in scope,
preventing the garbage collector from reclaiming them.
> Besides the sender there is a receiver too, which is created from
> m_qsession. Maybe this is a problem?
About this, we can give you exactly as much information as you have given
us.
-- Paul Lutus http://www.arachnoid.com
- Next message: Thomas Fritsch: "Re: What is a Java Bean?"
- Previous message: Nick Pomfret: "Re: Countdown"
- In reply to: Christian \: "performance problem with JMS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]