jochenr commented on issue #2815:
URL: https://github.com/apache/camel-quarkus/issues/2815#issuecomment-1136027205

   Hello @zhfeng ,
   
   I just pushed a reproducer project.
   See: 
https://github.com/jochenr/camel-quarkus-example/tree/main/src/main/java/de/jochenr/camelquarkusexample/jms
   
   here I actually use a local Red Hat AMQ 7.8.2 as broker.
   in the example I used an embedded ActiveMQ:
   
https://github.com/jochenr/camel-quarkus-example/blob/main/src/test/java/de/jochenr/camelquarkusexample/jms/AmqArtemisTestResource.java
   
   The Warning/Exception is the same
   
   2022-05-24 15:38:09,242 WARN  [com.arj.ats.jta] (executor-thread-0) 
ARJUNA016129: Could not end XA resource ClientSessionImpl 
[name=bfc700c6-db66-11ec-9621-0050b6fe9009, username=admin, closed=false, 
factory = 
org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl@312f48e2, 
metaData=()]@41ea21e5: javax.transaction.xa.XAException
           at 
org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQSessionContext.xaEnd(ActiveMQSessionContext.java:519)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to