PooledConnectionFactory instead of Jencks pool for sending messages as described in http://incubator.apache.org/activemq/jmstemplate-gotchas.html?
but in this case I can't use XA because XA is supported only by Jencks JCA, am I right?
So, how can I correctly configure connection pool with Jencks and how to use it for producing and consuming messages?
