We're currently using ActiveMQ 5.7.0 but want to upgrade to 5.12.0. Our server.xml contains
<Resource type="org.apache.activemq.pool.AmqJNDIPooledConnectionFactory" name="sas/jms/EVQueueConnectionFactory" factory="org.apache.activemq.jndi.JNDIReferenceFactory" auth="Container" useEmbeddedBroker="false" maxConnections="10" brokerURL="tcp://rdcesx08007.race.sas.com:61616"/> This works fine with ActiveMQ 5.7.0. But we can't find org.apache.activemq.pool.AmqJNDIPooledConnectionFactory in the 5.12.0 distribution. Has this class been deprecated or removed? If so, is there a recommended replacement for use in ActiveMQ 5.12.0? Thanks!
