Package | Description |
---|---|
org.apache.activemq.pool |
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's JmsTemplate.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaConnectionPool |
class |
XaConnectionPool
An XA-aware connection pool.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection) |
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
Delegate that creates each instance of an ConnectionPool object.
|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection) |
Constructor and Description |
---|
PooledConnection(ConnectionPool pool)
Creates a new PooledConnection instance that uses the given ConnectionPool to create
and manage its resources.
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.