Re: XaPooledConnectionFactory

2012-11-07 Thread jsimmonsc
Thanks for the quick response and for confirming what I was seeing. I don't know if it will be of help but I've temporarily forked the fusesource jms pool and applied the fixes made for the memory leak. https://github.com/jsimmonsc/jmspool If there is anything else I can do to help,

Re: XaPooledConnectionFactory

2012-11-07 Thread jsimmonsc
My entire context is below. If I switch out the org.apache.activemq.pool.XaPooledConnectionFactory with a org.fusesource.jms.pool.XaPooledConnectionFactory, everything works as expected except for the previously mentioned memory leak fixed in AMQ-3997. Just in case it's needed, my route: from

XaPooledConnectionFactory

2012-11-06 Thread jsimmonsc
Hello, We are trying to setup ActiveMQ XA transactions with websphere mq and a postgres database. We were using ActiveMQ 5.6.0 and camel 2.9.2 inside of a karaf container with version 2.2.9. The setup that we used was documented on fusesource website. Fusesource Documentation