Hello, I get a lot of OutOfMem errors when the producers submit a very high number of messages. I tried tweaking memoryUsage to a lower number to force spooling to disk but it does not appear to help. It could also be the consumers are requesting items too quickly (not sure yet).
Is there a proper way to throttle the memory usage when a huge spike of messages come in? Trying to accomodate for these instances since whenever this happens activemq just dies. Thanks Adam