public class AmqpMessageUtils extends Object
AmqpMessageUtils contains helper method for dealing with AMQP messages in Mule.| Constructor and Description |
|---|
AmqpMessageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
toMessage(org.mule.runtime.api.metadata.TypedValue<Object> typedValueObject,
AmqpProperties basicProperties,
Map<String,Object> headers,
boolean mandatory,
boolean immediate,
String routingKey,
String exchange,
String configContentType,
String configEncoding,
DeliveryMode deliveryMode,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.api.transformation.TransformationService transformationService) |
public static Message toMessage(org.mule.runtime.api.metadata.TypedValue<Object> typedValueObject, AmqpProperties basicProperties, Map<String,Object> headers, boolean mandatory, boolean immediate, String routingKey, String exchange, String configContentType, String configEncoding, DeliveryMode deliveryMode, org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy outboundCorrelationStrategy, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, org.mule.runtime.api.transformation.TransformationService transformationService) throws AmqpExtensionException
AmqpExtensionExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.