public class XaPooledConnectionFactory extends org.apache.activemq.jms.pool.XaPooledConnectionFactory implements org.apache.activemq.jndi.JNDIStorableInterface, org.apache.activemq.Service
| Modifier and Type | Field and Description |
|---|---|
static String |
POOL_PROPS_PREFIX |
| Constructor and Description |
|---|
XaPooledConnectionFactory() |
XaPooledConnectionFactory(org.apache.activemq.ActiveMQXAConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromProperties(Properties props) |
protected org.apache.activemq.jms.pool.ConnectionPool |
createConnectionPool(Connection connection) |
String |
getBrokerUrl() |
Properties |
getProperties() |
Reference |
getReference() |
protected void |
populateProperties(Properties props) |
void |
setBrokerUrl(String url) |
void |
setProperties(Properties properties) |
createConnection, getObjectInstance, getTmJndiName, getTransactionManager, isTmFromJndi, setConnectionFactory, setTmFromJndi, setTmJndiName, setTransactionManagerclear, createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getBlockIfSessionPoolIsFullTimeout, getConnectionFactory, getConnectionsPool, getConnectionTimeout, getExpiryTimeout, getIdleTimeout, getMaxConnections, getMaximumActiveSessionPerConnection, getNumConnections, getTimeBetweenExpirationCheckMillis, initConnectionsPool, isBlockIfSessionPoolIsFull, isCreateConnectionOnStartup, isReconnectOnException, isUseAnonymousProducers, newPooledConnection, setBlockIfSessionPoolIsFull, setBlockIfSessionPoolIsFullTimeout, setConnectionTimeout, setCreateConnectionOnStartup, setExpiryTimeout, setIdleTimeout, setMaxConnections, setMaximumActiveSessionPerConnection, setReconnectOnException, setTimeBetweenExpirationCheckMillis, setUseAnonymousProducers, start, stoppublic static final String POOL_PROPS_PREFIX
public XaPooledConnectionFactory()
public XaPooledConnectionFactory(org.apache.activemq.ActiveMQXAConnectionFactory connectionFactory)
protected org.apache.activemq.jms.pool.ConnectionPool createConnectionPool(Connection connection)
createConnectionPool in class org.apache.activemq.jms.pool.XaPooledConnectionFactoryprotected void buildFromProperties(Properties props)
protected void populateProperties(Properties props)
populateProperties in class org.apache.activemq.jms.pool.PooledConnectionFactorypublic void setProperties(Properties properties)
setProperties in interface org.apache.activemq.jndi.JNDIStorableInterfacepublic Properties getProperties()
getProperties in interface org.apache.activemq.jndi.JNDIStorableInterfacepublic Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic void setBrokerUrl(String url)
public String getBrokerUrl()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.