| Package | Description |
|---|---|
| org.mule.jms.commons.internal.source | |
| org.mule.jms.commons.internal.source.push |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJmsResourceReleaser
A default JmsResourceReleaser implementation in which the cleanup is performed in a silent way.
|
| 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) |
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) |
| Constructor and Description |
|---|
JmsMessageListenerDelegate(JmsMessageListenerFactory messageListenerFactory,
JmsConnection connection,
JmsSupport jmsSupport,
ConsumerType consumerType,
String destination,
JmsConfig config,
InternalAckMode resolvedAckMode,
String selector,
JmsListenerLockFactory lockFactory,
JmsResourceReleaser resourceCleaner) |
Copyright © 2019. All rights reserved.