Questions tagged [atomikos]

A company that offers transaction management for eXtreme Transaction Processing (XTP), Service Oriented Architecture (SOA) and open source environments

From atomikos.com:

Atomikos offers transaction management for eXtreme Transaction Processing (XTP), Service Oriented Architecture (SOA) and open source environments. Atomikos’ software safeguards critical transactions and prevents costly data loss or corruption in the event of a system failure or crash by automating the cancellation of failed business transactions.

260 questions
0
votes
1 answer

Atomikos transaction test jms

I have an issue concerning JMS. They are retrieved from an event database and sent via ActiveMQ broker to an ESB. When JMS are sent they are marked as sent in the event database. The process is supposed to be transactional. However, I noticed that…
Biologeek
  • 541
  • 2
  • 6
  • 18
0
votes
1 answer

Using spring-boot-starter-jta-atomikos throw error while trying to recycle exception

i am use spring-boot(version is 1.4.1.RELEASE), spring-boot-starter-jta-atomikos and activemq all set by autoconfig, i also add connection pool properties like # The maximum size of the pool. spring.jta.atomikos.connectionfactory.max-pool-size=15 #…
JamesDai
  • 1
  • 2
0
votes
3 answers

How to monitor atomikos transaction recovery process?

Having gone through the AtmoikosAPISpecification , AtomikosTransactionGuide and some other web references we have some idea about how the Atomikos transaction manager works and how the transaction recovery process work in 2PC environment. If we need…
virtualpathum
  • 753
  • 2
  • 11
  • 23
0
votes
1 answer

Creating an authenticated XA resource from ActiveMQConnectionFactory

I have an Apache ActiveMQ Artemis (1.3) instance to which I'm trying to connect from a standalone Spring (4.3.2) application my team is currently working on. It has Spring JTATransactionManager using Atomikos (4.0.4) UserTransactionManager as a…
user1077887
0
votes
1 answer

Spring boot's XADataSourceAutoConfiguration vs AtomikosJtaConfiguration

I am trying to understand how the XADataSourceAutoConfiguration relates to the AtomikosJtaConfiguration and more generally the **JtaConfiguration. More specifically how the two classes below relate to each…
balteo
  • 23,602
  • 63
  • 219
  • 412
0
votes
1 answer

Why isn't Remote Weblogic JMS participating in XA Transaction in spring boot?

I am working on a spring-boot application where I need XA to ensure that JPA updates and JMS messages generation is either all or nothing. The problem is when a rollback happens, DB is rolling back, but not the JMS message. I am running with…
pgreen2
  • 3,601
  • 3
  • 32
  • 59
0
votes
1 answer

Atomikos Transaction management spring boot/spring jams

I have a spring boot application with spring JMS using DefaultMessageListener container. I am using Atomikos for transaction management. On exception the message queue roll back works fine and messages do move to back out queue, but the database…
Atul
  • 151
  • 1
  • 2
  • 10
0
votes
0 answers

Atomikos, Hibernate 4/5, Spring 4, Jetty - unable to locate current JTA transaction

I have tried many different solutions, but getting the exception: org.hibernate.HibernateException: Unable to locate current JTA transaction I am using Atomikos, Hibernate 4/5, Spring 4 and Jetty. How to configure Spring 4 + Hibernate 4/5 (non…
rdm
  • 330
  • 1
  • 4
  • 18
0
votes
1 answer

AbstractMethodError in AtomikosDataSourceBean.getMaxLifetime()

I am using atomikos essentials in my project for managing transactions. I am getting the following exception after deploying my project. I got stuck in that and couldn't resolve it. Can anyone help me in resolving this. Exception in thread…
user3615185
  • 55
  • 1
  • 8
0
votes
1 answer

How to track JTA transactions

We have JTA transactions(Atomikos) configured using Spring annotations across different places in our application. I need to get trace logs whenever a transaction started and completed. For example, whenever the below method invoked within a new…
0
votes
0 answers

pooled JMS connections cannot be recovered when broken

We're using atomikos (3.9.2) to manage connection pooling and the transactions of jms and database access. We have spring (4.1.6) beans defined as below.
user2616361
  • 11
  • 1
  • 2
0
votes
0 answers

XA transaction for an Apache Camel route consuming ActiveMQ

My requirement is to leave messages in the source queue my comsumer polls in ActiveMQ if something goes wrong while processing a given Camel route. My understanding is that I need to have an XA transaction to handle this. I want to setup Camel via…
mdo
  • 6,961
  • 3
  • 24
  • 26
0
votes
0 answers

Configure Spring JMS with JTA and Atomikos

I want to achieve the following: i) we have a weblogic queue and external applications would be writing into the queue ii)I have to write a stand-alone application which can read and write into this queue inside a transaction. i.e. the messages from…
AC_1985
  • 183
  • 9
  • 22
0
votes
1 answer

User names and passwords are logged in plain text during initialization of Atomikos

Our project relies on Atomikos to provide light-weight transaction management. However, we find that it logs the DB user name and password in plain text during initialization. E.g. 2015-10-15 16:43:01,106 [http-bio-8080-exec-4] INFO …
user1664398
  • 113
  • 3
  • 11
0
votes
1 answer

Spring and JTA error

I'm trying to integrate Spring JPA/Hibernate project with JTA using Atomikos. I'm developing a small example which you can find in this repository You can see all there (persistence.xml, applicationContext.xml, etc.). But I'm going to show a…
Sergio Rodríguez Calvo
  • 1,183
  • 2
  • 16
  • 32