At 2006-09-25 11:11, chuboz wrote:
>Is there any bug on JMS implementation on Resin pro 3.0.12 ?

Is there any software you dare say it does not contain any bugs...?


>I tried to use JMS MemoryQueue on Resin and it decrease my memory 
>eventhough I have already emptied all my messages from queue.

What do you mean by "my memory"?
As the MemoryQueue needs more memory, the JVM will allocate more 
memory from the OS. When the queue is emptied, the JVM will probably 
hold on to the memory. That is, the memory may be reused by other 
parts of your application, but it will not be returned to the OS. 


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to