Hello,
I've written a java-servlet that opens a lot of JMS EventListeners. The problem is, that when more then 92 EventListeners should run together, I get a not-enough-memory-error. Is their a limit for applications running in the web container or are there some settings to increase the memory that can be used? I tried to increase the memory for the complete VM with the config tool. but this didn't changed everything.
best regards,
Remo