iocanel wrote:
> 
> 
> I think that this error means that it can find the 
> http://repo1.maven.org/maven2/org/jencks/jencks-amqpool/2.0/jencks-amqpool-2.0.jar
> Jenck AMQ Pool .
> 
> 

Hi thanks for you replay,

Changes the pooled connection factory from ActiveMQ to Jencks also works.

<bean id="xaConnectionFactory"
class="org.jencks.pool.PooledSpringXAConnectionFactory">
                <property name="connectionFactory">
                <bean class="org.apache.activemq.ActiveMQXAConnectionFactory">
                                <property name="brokerURL" 
value="tcp://localhost:61616" />
                </bean>
                </property>
                <property name="transactionManager" ref="#transactionManager"/>
  </bean>

But I am still not able to see if the ActiveMQ resource has enlisted to the
transaction. Before I did some test with an own jms component a two other
self-build components which both are accessing a xadatasource (oracle and
mysql), and I was able to check the xadatasources added to the transaction.

Does somebody now if there are any tools, which could be used to
observe/monitor the transactionmanager.

thx Andreas
-- 
View this message in context: 
http://old.nabble.com/transaction-servicemix-3.4-tp28532633p28581456.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to