Re: Memory limit reached on persistent queue

2009-12-09 Thread Thierry H
I I had the same problem , and it seems that you have 2 issues on the 5.3 on the subject. I think your problem come from extensive memory usage related to these issues. I've workarounded the problem by changing the DestinationPolicy of the queue deactivate MessageExpiration scheduled scan : expi

Re: Another need for integrating embedded broker into Tomcat

2009-12-07 Thread Thierry H
ctiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > > On Sat, Dec 5, 2009 at 1:50 AM, Thierry H wrote: >> >> Hello >> I 'm trying to embed AMQ(5.3) into tomcat(6) with a simple WAR which is >> containing the confi

Another need for integrating embedded broker into Tomcat

2009-12-04 Thread Thierry H
Hello I 'm trying to embed AMQ(5.3) into tomcat(6) with a simple WAR which is containing the configuration files and all the JARs. I also want to use Http Tunnel to avoid firewall issue ( so i' ll be using the tomcat port) To do that i've tried to use the servlet (HttpSpringEmbeddedTunnelServlet)