Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread ArmenH
Gert, We use the Windows version for development phase of our services. We are deploying services by dropping the files in the deploy and install directories. We don't use JMX for the development phase. We're using ServiceMix version 3.1 in stand-alone mode. We deploy SAs as well. Regards, Ar

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread Gert Vanthienen
Armen H., What JBI Components (JMS, HTTP, JSR-181, ...) are you using? From your description, I assume you at least have a few custom built components as well... Can you try to use jconsole (http://incubator.apache.org/servicemix/15-tutorial-using-jmx-to-look-inside-the-esb.html) to look

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread ArmenH
Hi Gert, We're using HTTP BC and JSR 181 SEs. We have custom business logic (very simple) that uses POJOs generated from the JAXB version of the JDK 1.6.0_01. We are also dependent on JDK 1.6 JAX-WS to generate our service interface (WSDL). We will check the number of service endpoints and le