I have a exisitng non XA DB connection pool that I'm trying to implement a last gambit transaction along with a XA jms connection in springboot. I already have the DB connection from the pool so dont want to change the datasource type (AtomikosNonXADataSourceBean)
Is there any wrapper I can use around the existing DB connection that I can use?