public class ApplicationNameEnricher extends Object implements ConnectionFactoryEnricher
ConnectionFactoryEnricher which enriches the connection factory with the application name.ConnectionFactoryEnricher.JmsConsumer<T>| Constructor and Description |
|---|
ApplicationNameEnricher(String userAppName,
org.mule.runtime.api.component.ConfigurationProperties configurationProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.ibm.mq.jms.MQConnectionFactory connectionFactory)
Consumes a
MQConnectionFactory and configures it as desired. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureOptionallypublic ApplicationNameEnricher(String userAppName, org.mule.runtime.api.component.ConfigurationProperties configurationProperties)
public void configure(com.ibm.mq.jms.MQConnectionFactory connectionFactory)
throws javax.jms.JMSException
ConnectionFactoryEnricherMQConnectionFactory and configures it as desired.configure in interface ConnectionFactoryEnricherconnectionFactory - connection factory to enrichjavax.jms.JMSException - If an error occurs when enriching the connection factory.Copyright © 2019 MuleSoft, Inc.. All rights reserved.