Re: The RA(Resource Adaptor) provided in the ActiveMQ 5.2 doesn't work

2009-09-03 Thread Neo Wang
Some new finding about it, as my framework, I will initialize the QueueConnnectionFactory and start the QueueConnection in the handleEvent() method of one stateless session bean when it is invoked at first time(the transaction attribute is "Required" and CMT). Then for the following request, it wi

The RA(Resource Adaptor) provided in the ActiveMQ 5.2 doesn't work

2009-09-03 Thread Neo Wang
Environment: JDK 1.5, ActiveMQ 5.2, JBoss 5.1 GA, Oracle 10g My test case is send a message to queue and then save the data in DB in one transaction, all of the them are finished a EJB2.1 stateless session bean, the transaction is "Required", I have configured the AMQ as embedded broker, all of