public class InternalConnectionFactoryDecorator extends Object implements ConnectionFactoryDecorator
ConnectionFactory to intercept method calls and apply logic based on the ConnectionFactory type
and the transactional context in which is being used.| 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.
|
public javax.jms.ConnectionFactory decorate(javax.jms.ConnectionFactory connectionFactory,
String configName,
boolean reuseSessions,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
javax.jms.ExceptionListener exceptionListener)
decorate in interface ConnectionFactoryDecoratorconnectionFactory - Connection Factory to decorateconfigName - Global Element name of the JMS ConfigurationreuseSessions - If the sessions should be reusedusername - Username of the JMS Connectionpassword - Password of the JMS ConnectionclientId - ClientID of the JMS ConnectionexceptionListener - ExceptionListener of the JMS ConnectionCopyright © 2023. All rights reserved.