String logMsg = LRALogger.i18nLogger.error_invalidStringFormatOfUrl(lraId, e1);
LRALogger.logger.error(logMsg); // make sure that the original logging is not changed
String errorMsg = String.format("%s (%s)", logMsg, e1.getMessage()); // add extra text
throw new WebApplicationException(errorMsg, e1,
Response.status(BAD_REQUEST).entity(errorMsg).build());
Hi, I implemented a Proof of concept application using Narayana Transaction Manager with Spring boot and Apache Camel framework, Active MQ as one of the
XA resoucrce, While testing the application I noticed occasionally consumer count being increased abnormally ( Ex: 20,000+ consumers) with below error in Logs
warn arjuna.ats.jta arjuna016061: transactionimple.enlistresource - xaresource.start returned: xaexception.xaer_proto for < formatid=131077, gtrid_length=29
warn component.jms.defaultjmsmessagelistenercontainer setup of jms message listener invoker failed for destination 'test_queue' - trying to recover. cause: jta transaction unexpectedly rolled back (maybe due to a timeout);
Restarting the app is bringing the consumer count to normal state.
Apologize if I missed something, Can anyone suggest what might have caused the issue.
I Am using the properties file as is located here
Please can we talk about "testing threads"
and Testing threads 2
(both at 09:28)