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.
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.
Copyright © 2021 Jogjafile Inc.
Looking at Bitronix's documentation, two methods of integration are allowed. Solace's JMS API supports both, so this should work.
com.solacesystems.jms.SolXAConnectionFactoryImpl.SolXAConnectionFactoryImpl
is Solace's implementation ofjavax.jms.XAConnectionFactory
.