Class GenericXAConnectionFactoryWrapper

java.lang.Object
dev.snowdrop.boot.narayana.core.jms.AbstractXAConnectionFactoryWrapper
dev.snowdrop.boot.narayana.core.jms.GenericXAConnectionFactoryWrapper
All Implemented Interfaces:
org.springframework.boot.jms.XAConnectionFactoryWrapper

public class GenericXAConnectionFactoryWrapper extends AbstractXAConnectionFactoryWrapper
  • Constructor Details

    • GenericXAConnectionFactoryWrapper

      public GenericXAConnectionFactoryWrapper(jakarta.transaction.TransactionManager transactionManager, com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule xaRecoveryModule)
      Create a new GenericXAConnectionFactoryWrapper instance.
      Parameters:
      transactionManager - underlying transaction manager
      xaRecoveryModule - recovery module to register data source with.
    • GenericXAConnectionFactoryWrapper

      public GenericXAConnectionFactoryWrapper(jakarta.transaction.TransactionManager transactionManager, com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule xaRecoveryModule, RecoveryCredentialsProperties recoveryCredentials)
      Create a new GenericXAConnectionFactoryWrapper instance.
      Parameters:
      transactionManager - underlying transaction manager
      xaRecoveryModule - recovery module to register data source with.
      recoveryCredentials - Credentials for recovery helper
  • Method Details