org.apache.activemq.jms.pool
Class GenericResourceManager
java.lang.Object
org.apache.activemq.jms.pool.GenericResourceManager
public class GenericResourceManager
- extends Object
This class allows wiring the ActiveMQ broker and the Geronimo transaction manager
in a way that will allow the transaction manager to correctly recover XA transactions.
For example, it can be used the following way:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericResourceManager
public GenericResourceManager()
recoverResource
public void recoverResource()
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getResourceName
public String getResourceName()
setResourceName
public void setResourceName(String resourceName)
getTransactionManager
public TransactionManager getTransactionManager()
setTransactionManager
public void setTransactionManager(TransactionManager transactionManager)
getConnectionFactory
public javax.jms.ConnectionFactory getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.