public class JmsMessageFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY_CONTENT_TYPE_JMS_PROPERTY |
static String |
BODY_ENCODING_JMS_PROPERTY |
| Constructor and Description |
|---|
JmsMessageFactory() |
| Modifier and Type | Method and Description |
|---|---|
static javax.jms.Message |
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 |
public static final String BODY_CONTENT_TYPE_JMS_PROPERTY
public static final String BODY_ENCODING_JMS_PROPERTY
public static javax.jms.Message 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) throws javax.jms.JMSException
Message based on the provided configurationsjmsSupport - the JmsSupport used to create the JMSReplyTo DestinationoutboundCorrelationStrategy - the correlationId handling strategycorrelationInfo - the correlation information for the current messagesession - the current Sessionconfig - the current DefaultJmsProducerConfigMessage created by the userjavax.jms.JMSException - if an error occursCopyright © 2022. All rights reserved.