public interface ConnectionFactoryDecorator
ConnectionFactory contract| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionFactory |
decorate(javax.jms.ConnectionFactory connectionFactory,
String configName,
boolean reuseSessions,
String username,
String password,
String clientId,
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,
String username,
String password,
String clientId,
javax.jms.ExceptionListener exceptionListener)
connectionFactory - 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 © 2019. All rights reserved.