Using Solace with Bitronix JTA Transaction Manager

178 Views Asked by At

Currently using Bitronix to manage JDBC (Oracle) and JMS (ActiveMQ). Now looking to swap out ActiveMQ for Solace but can't find any examples of using Bitronix with Solace. Just wondering if anyone has any experience of this?

Thanks.

1

There are 1 best solutions below

0
Russell Sim On

Looking at Bitronix's documentation, two methods of integration are allowed. Solace's JMS API supports both, so this should work.

  1. Spring
    • Solace's Spring integration guide can be found here.
  2. Directly via JMS
    • com.solacesystems.jms.SolXAConnectionFactoryImpl.SolXAConnectionFactoryImpl is Solace's implementation of javax.jms.XAConnectionFactory.