Package | Description |
---|---|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingConnectionFactoryDecorator
Decorates the JMS
ConnectionFactory with a CustomCachingConnectionFactory
in order to ensure JMS session instances are reused if JmsConnector.isCacheJmsSessions() is 'true' and the
supplied connection factory isn't already an instance of CustomCachingConnectionFactory
NOTE: Currently only Non-XA JMS 1.1 ConnectionFactory 's will be decorated to provide caching. |
class |
DefaultConnectionFactoryDecorator
Decorates the jms ConnectionFactory with a
DefaultXAConnectionFactoryWrapper in order
to avoid releasing jms resources before the XA transaction has ended. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.