Spooling is a new feature for persistent messages sent to a queue where if the producer is faster than the consumer, we chuck out persisted messages out of memory to allow the producer going. Previously, we would pause the producer until the consumer consumed some messages. I guess we are having a regression where those messages are not being properly chucked out of memory.
On 4/5/06, amerigo5 <[EMAIL PROTECTED]> wrote: > > What does this mean for an ActiveMQ user? > > Thanks. > -- > View this message in context: > http://www.nabble.com/Out-of-Memory---RC2-t1393354.html#a3774272 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- Regards, Hiram
