public class InternalConnectionFactoryDecorator extends Object
ConnectionFactory to intercept method calls and apply logic based on the ConnectionFactory type and
the transactional context in which is being used.| Constructor and Description |
|---|
InternalConnectionFactoryDecorator(org.mule.runtime.core.api.MuleContext muleContext,
org.mule.runtime.api.artifact.Registry registry) |
| 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) |
Copyright © 2019. All rights reserved.