| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReconnectionManagerProvider
Default implementation of a reconnection manager.
|
| Modifier and Type | Method and Description |
|---|---|
JmsReconnectionManager |
JmsReconnectionManagerProvider.getReconnectionManager(String config)
Obtains a reconnection manager for the config passed as parameter.
|
| Constructor and Description |
|---|
IBMJmsCachingConnectionFactory(javax.jms.ConnectionFactory targetConnectionFactory,
String username,
String password,
String clientId,
CachingConfiguration config,
JmsSupport jmsSupport,
javax.jms.ExceptionListener exceptionListener,
JmsReconnectionManager priorityManager) |
| Constructor and Description |
|---|
JmsConnectionProvider(JmsSessionManager jmsSessionManager,
Supplier<javax.jms.ConnectionFactory> connectionFactorySupplier,
JmsSpecification specification,
GenericConnectionParameters connectionParameters,
XaPoolParameters xaPoolParameters,
CachingStrategy cachingStrategy,
boolean isXa,
JmsSupportFactory jmsSupportFactory,
ConnectionFactoryDecoratorFactory factoryDecoratorFactory,
String configName,
boolean isIBM,
JmsReconnectionManager reconnectionManager) |
| Modifier and Type | Method and Description |
|---|---|
JmsListener.Builder |
JmsListener.Builder.setReconnectionManager(JmsReconnectionManager reconnectionManager) |
| Constructor and Description |
|---|
JmsListener(JmsSessionManager sessionManager,
JmsConfig config,
org.mule.runtime.api.connection.ConnectionProvider<JmsTransactionalConnection> connectionProvider,
String destination,
ConsumerType consumerType,
JmsAckMode ackMode,
String selector,
String inboundContentType,
String inboundEncoding,
int numberOfConsumers,
SourceConfiguration sourceConfiguration,
org.mule.runtime.api.scheduler.SchedulerService schedulerService,
JmsConnectionExceptionResolver exceptionResolver,
JmsResourceReleaser resourceCleaner,
JmsListenerLockFactory lockFactory,
Optional<Integer> jmsMaxIdleConnectionTimeout,
JmsReconnectionManager reconnectionManager) |
Copyright © 2020. All rights reserved.