| Package | Description |
|---|---|
| org.mule.jms.commons.api.connection.caching | |
| org.mule.jms.commons.internal.connection.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCachingStrategy
Default implementation of
CachingConfiguration that not only enables caching
but also provides default values for all the configurable parameters |
class |
NoCachingConfiguration
Implementation of
CachingConfiguration that disables session caching This CachingConfiguration is the
recommended only if an external CachingConnectionFactory is already being parameterized or if this extension is being
used in the context of a Java EE web or EJB application. |
| Modifier and Type | Method and Description |
|---|---|
CachingStrategy |
CacheParameters.getCachingStrategy() |
| Constructor and Description |
|---|
JmsConnectionProvider(JmsSessionManager jmsSessionManager,
Supplier<javax.jms.ConnectionFactory> connectionFactorySupplier,
JmsSpecification specification,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
CachingStrategy cachingStrategy,
boolean isXa,
JmsSupportFactory jmsSupportFactory,
ConnectionFactoryDecoratorFactory factoryDecoratorFactory,
String configName) |
JmsConnectionProvider(JmsSessionManager jmsSessionManager,
Supplier<javax.jms.ConnectionFactory> connectionFactorySupplier,
JmsSpecification specification,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
CachingStrategy cachingStrategy,
boolean isXa,
JmsSupportFactory jmsSupportFactory,
ConnectionFactoryDecoratorFactory factoryDecoratorFactory,
String configName,
boolean isIBM) |
JmsConnectionProvider(JmsSessionManager jmsSessionManager,
Supplier<javax.jms.ConnectionFactory> connectionFactorySupplier,
JmsSpecification specification,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
CachingStrategy cachingStrategy,
boolean isXa,
JmsSupportFactory jmsSupportFactory,
ConnectionFactoryDecoratorFactory factoryDecoratorFactory,
String configName,
boolean isIBM,
JmsReconnectionManager reconnectionManager) |
Copyright © 2020. All rights reserved.