| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
DefaultJmsMessageBuilder.build(JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
javax.jms.Session session,
JmsConfig config)
Creates a
Message based on the provided configurations |
javax.jms.Message |
JmsMessageBuilder.build(JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
javax.jms.Session session,
JmsConfig config)
Creates a
Message based on the provided configurations |
static javax.jms.Message |
JmsMessageFactory.build(JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
javax.jms.Session session,
JmsConfig config,
JmsMessageBuilder messageBuilder)
Creates a
Message based on the provided configurations |
| Modifier and Type | Method and Description |
|---|---|
JmsSupport |
JmsConnection.getJmsSupport() |
| Constructor and Description |
|---|
IBMJmsCachingConnectionFactory(javax.jms.ConnectionFactory targetConnectionFactory,
String username,
String password,
String clientId,
CachingConfiguration config,
JmsSupport jmsSupport,
javax.jms.ExceptionListener exceptionListener) |
JmsCachingConnectionFactory(javax.jms.ConnectionFactory targetConnectionFactory,
String username,
String password,
String clientId,
CachingConfiguration config,
JmsSupport jmsSupport,
javax.jms.ExceptionListener exceptionListener) |
JmsConnection(JmsSupport jmsSupport,
javax.jms.Connection connection,
JmsSessionManager jmsSessionManager,
CompositeJmsExceptionListener exceptionListener) |
JmsTransactionalConnection(JmsSupport jmsSupport,
javax.jms.Connection connection,
JmsSessionManager jmsSessionManager,
CompositeJmsExceptionListener exceptionListener) |
XaJmsTransactionalConnection(JmsSupport jmsSupport,
javax.jms.Connection connection,
JmsSessionManager jmsSessionManager,
CompositeJmsExceptionListener exceptionListener) |
| Modifier and Type | Method and Description |
|---|---|
JmsSupport |
JmsConnectionProvider.getJmsSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JmsConnectionProvider.setJmsSupport(JmsSupport jmsSupport) |
| Constructor and Description |
|---|
JmsMessageProducer(JmsSupport jmsSupport,
javax.jms.MessageProducer producer,
boolean isTopic) |
| Constructor and Description |
|---|
JmsXaPollingMessageConsumerDelegate(JmsTransactionalConnection connection,
JmsSupport jmsSupport,
String destination,
ConsumerType consumerType,
JmsConfig config,
String selector,
JmsSessionManager sessionManager,
org.mule.runtime.api.connection.ConnectionProvider connectionProvider,
org.mule.runtime.api.scheduler.Scheduler scheduler,
String inboundContentType,
String inboundEncoding,
org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback,
JmsConnectionExceptionResolver exceptionResolver) |
| Constructor and Description |
|---|
JmsMessageListenerDelegate(JmsMessageListenerFactory messageListenerFactory,
JmsConnection connection,
JmsSupport jmsSupport,
ConsumerType consumerType,
String destination,
JmsConfig config,
InternalAckMode resolvedAckMode,
String selector,
JmsListenerLockFactory lockFactory,
JmsResourceReleaser resourceCleaner) |
JmsMessageListenerFactory(InternalAckMode ackMode,
String encoding,
String contentType,
JmsConfig config,
JmsSessionManager sessionManager,
JmsSupport jmsSupport,
org.mule.runtime.extension.api.runtime.source.SourceCallback<Object,T> sourceCallback,
org.mule.runtime.api.connection.ConnectionProvider<JmsTransactionalConnection> connectionProvider,
JmsConnectionExceptionResolver exceptionResolver)
Creates a new factory with the common information that is shared between
JmsMessageListener of the same
JmsListener |
| Modifier and Type | Class and Description |
|---|---|
class |
Jms102bSupport
Jms102bSupport is a template class to provide an abstraction
to to the Jms 1.0.2b api specification. |
class |
Jms11Support
Jms11Support is a template class to provide an abstraction to to
the JMS 1.1 API specification. |
class |
Jms20Support
Jms20Support is a template class to provide an abstraction to to
the JMS 2.0 API specification. |
| Modifier and Type | Method and Description |
|---|---|
default JmsSupport |
JmsSupportFactory.create102bSupport() |
default JmsSupport |
JmsSupportFactory.create11Support() |
default JmsSupport |
JmsSupportFactory.create20Support() |
Copyright © 2019. All rights reserved.