Groups > Weblogic > WebLogic Java Message Service > Re: Why do I run out of memory?




Re: Why do I run out of memory?

Re: Why do I run out of memory?
Wed, 30 Apr 2008 07:47:21 -070
Hello Tom!

Thanks alot for all your help!

Finally it looks like it is solved, thanks to you!!!

You where right about the RedeliveryDelayOverride.

When it was set to 5000 the first messages was pending and "put back"
when we could not forward it. This messages was still in RAM (pending) as we
expected. But it was not visible for 5 sec. During this 5 sec next, and next and
next message.. and so on... was processed and "put back". All messages
was stored in the RAM (pending).

But setting the RedeliveryDelayOverride="-1" looks like it keep tying
with only the first message since there is no delay now. This resulted in fine
gc and onle one message pending!

Thanks alot for your excellent help mate!!

Best regards
Post Reply
about | contact