public interface ConnectionFactoryDecorator
ConnectionFactory contract| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionFactory |
decorate(javax.jms.ConnectionFactory connectionFactory,
String configName,
boolean reuseSessions,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
javax.jms.ExceptionListener exceptionListener)
Decorates a Connection Factory with the available Connection Factory Decorators on the Mule Runtime.
|
javax.jms.ConnectionFactory decorate(javax.jms.ConnectionFactory connectionFactory,
String configName,
boolean reuseSessions,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
javax.jms.ExceptionListener exceptionListener)
connectionFactory - Connection Factory to decorateconfigName - Global Element name of the JMS ConfigurationreuseSessions - If the sessions should be reusedconnectionParameters - the connection parametersxaPoolParameters - the XA pool configurationexceptionListener - ExceptionListener of the JMS ConnectionCopyright © 2019. All rights reserved.