public class MQJmsConnectionCleaner
extends org.mule.jms.commons.internal.source.DefaultJmsConnectionCleaner
| Constructor and Description |
|---|
MQJmsConnectionCleaner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClean(javax.jms.Connection connection)
Cleans the connection as described in the class JavaDoc.
|
protected void doClean(javax.jms.Connection connection)
IBMMQConnectionProvider is configured with a caching strategy, this
cleaner will fail not finding the 'commonConn' field. Regardless of that, since the actual connection object being cached by
SDK is a proxy generated by Spring-JMS, the underlying connection will be re-created once the reconnection is handled by the
org.springframework.jms.connection.SingleConnectionFactory exception listener.doClean in class org.mule.jms.commons.internal.source.DefaultJmsConnectionCleanerconnection - the connection to be cleanedCopyright © 2019 MuleSoft, Inc.. All rights reserved.