RE: JMS-MAXIMUM-MESSAGES
From: David Cleary
Date: 23 Jul 2003
1) How do I delete messages that are now stuck within the AppServer session
without bringing the AppServer down as I have now lost the handle to both
the message object?
> I'm assuming the AppServer is acting as a client to the Sonic Adapter.
Until you bring down the AppServer, you have many orphaned handles floating
around consuming memory. In other words, a memory leak. Restarting and
fixing the code is the only solution.
2) Is there another way of dealing with this problem in the future short of
bringing down the AppServers and restarting?
> Don't leak handles.<G>
Dave