We want to integrate atomikos in a Spring boot app with Oracle DB (using Oracle UCP) and IBM queues, Oracle UCP is good for us because it offers extra capabilities when interacting with the database. We have tried integrating both Oracle UCP with Atomikos without success, and that is due to the fact that both try to manage connections and that becomes messy under load.
Furthermore, we would like Atomikos to work in a Transaction Manager mode only, meaning it would not take care of connection pooling, leaving that job to Oracle UCP for example.
We are currently considering moving to Narayana as an alternative solution. Our implementation at the moment uses Atomikos but does not use Oracle UCP.
We want to integrate atomikos in a Spring boot app with Oracle DB (using Oracle UCP) and IBM queues, Oracle UCP is good for us because it offers extra capabilities when interacting with the database. We have tried integrating both Oracle UCP with Atomikos without success, and that is due to the fact that both try to manage connections and that becomes messy under load.
Furthermore, we would like Atomikos to work in a Transaction Manager mode only, meaning it would not take care of connection pooling, leaving that job to Oracle UCP for example.
We are currently considering moving to Narayana as an alternative solution. Our implementation at the moment uses Atomikos but does not use Oracle UCP.