public class XaPooledConnectionFactory extends org.apache.activemq.jms.pool.XaPooledConnectionFactory implements JNDIStorableInterface, Service
Modifier and Type | Field and Description |
---|---|
static String |
POOL_PROPS_PREFIX |
connectionFactory, stopped
Constructor and Description |
---|
XaPooledConnectionFactory() |
XaPooledConnectionFactory(ActiveMQXAConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildFromProperties(Properties props) |
protected org.apache.activemq.jms.pool.ConnectionPool |
createConnectionPool(javax.jms.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, setTransactionManager
clear, createConnection, createConnection, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getBlockIfSessionPoolIsFullTimeout, getConnectionFactory, getConnectionsPool, getExpiryTimeout, getIdleTimeout, getMaxConnections, getMaximumActiveSessionPerConnection, getNumConnections, getTimeBetweenExpirationCheckMillis, initConnectionsPool, isBlockIfSessionPoolIsFull, isCreateConnectionOnStartup, isReconnectOnException, isUseAnonymousProducers, newPooledConnection, setBlockIfSessionPoolIsFull, setBlockIfSessionPoolIsFullTimeout, setCreateConnectionOnStartup, setExpiryTimeout, setIdleTimeout, setMaxConnections, setMaximumActiveSessionPerConnection, setReconnectOnException, setTimeBetweenExpirationCheckMillis, setUseAnonymousProducers, start, stop
public static final String POOL_PROPS_PREFIX
public XaPooledConnectionFactory()
public XaPooledConnectionFactory(ActiveMQXAConnectionFactory connectionFactory)
protected org.apache.activemq.jms.pool.ConnectionPool createConnectionPool(javax.jms.Connection connection)
createConnectionPool
in class org.apache.activemq.jms.pool.XaPooledConnectionFactory
protected void buildFromProperties(Properties props)
protected void populateProperties(Properties props)
populateProperties
in class org.apache.activemq.jms.pool.PooledConnectionFactory
public void setProperties(Properties properties)
setProperties
in interface JNDIStorableInterface
public Properties getProperties()
getProperties
in interface JNDIStorableInterface
public Reference getReference() throws NamingException
getReference
in interface Referenceable
NamingException
public void setBrokerUrl(String url)
public String getBrokerUrl()
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.