| Package | Description |
|---|---|
| com.mule.extensions.amqp.api.message | |
| com.mule.extensions.amqp.internal.message | |
| com.mule.extensions.amqp.internal.publisher |
| Modifier and Type | Method and Description |
|---|---|
Message |
AmqpMessageBuilder.build(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) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
AmqpMessageUtils.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpMessagePublisher.publish(Message message)
Publish a message to AMQP broker
|
void |
DefaultAmqpMessagePublisher.publish(Message message) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.