public class XaPooledConnectionFactory extends XaPooledConnectionFactory implements JNDIStorableInterface, Service
| Modifier and Type | Field and Description |
|---|---|
static String |
POOL_PROPS_PREFIX |
stopped| Constructor and Description |
|---|
XaPooledConnectionFactory() |
XaPooledConnectionFactory(ActiveMQXAConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromProperties(Properties props) |
protected 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) |
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getObjectInstance, getTmJndiName, getTransactionManager, isTmFromJndi, setTmFromJndi, setTmJndiName, setTransactionManagerclear, createConnection, createConnection, createConnection, getBlockIfSessionPoolIsFullTimeout, getConnectionFactory, getConnectionsPool, getExpiryTimeout, getIdleTimeout, getMaxConnections, getMaximumActiveSessionPerConnection, getNumConnections, getTimeBetweenExpirationCheckMillis, initConnectionsPool, isBlockIfSessionPoolIsFull, isCreateConnectionOnStartup, isUseAnonymousProducers, newPooledConnection, setBlockIfSessionPoolIsFull, setBlockIfSessionPoolIsFullTimeout, setConnectionFactory, setCreateConnectionOnStartup, setExpiryTimeout, setIdleTimeout, setMaxConnections, setMaximumActiveSessionPerConnection, setTimeBetweenExpirationCheckMillis, setUseAnonymousProducers, start, stoppublic static final String POOL_PROPS_PREFIX
public XaPooledConnectionFactory()
public XaPooledConnectionFactory(ActiveMQXAConnectionFactory connectionFactory)
protected ConnectionPool createConnectionPool(javax.jms.Connection connection)
createConnectionPool in class XaPooledConnectionFactoryprotected void buildFromProperties(Properties props)
protected void populateProperties(Properties props)
public void setProperties(Properties properties)
setProperties in interface JNDIStorableInterfacepublic Properties getProperties()
getProperties in interface JNDIStorableInterfacepublic Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic void setBrokerUrl(String url)
public String getBrokerUrl()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.