0 Replies Latest reply on Oct 15, 2001 6:15 PM by cptnkirk

    OutOfMemoryError

      With the latest cvs pull I'm getting a regular OutOfMemoryError when sending a moderate amount of small messages. I'm trying to send 5,000 "hello" text messages. I have my max heap set to 128 megs, so I would think that would be enough mem.

      How does JBoss handle non-persistant Queue messages when they would exceed the internal memory buffer? Do those messages get written out to disk, or is an OutOfMemoryError an expected result?