| Package | Description |
|---|---|
| com.mule.extensions.amqp.internal.operation | |
| com.mule.extensions.amqp.internal.source |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpPublish.publish(AmqpConfig config,
AmqpTransactionalConnection connection,
String exchangeName,
ExchangeDefinitionParameters exchangeDefinitionParameters,
RoutingConfiguration routingConfiguration,
DeliveryMode deliveryMode,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalActionPublish,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
boolean createFallbackExchange,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
Operation that allows the user to publish a single
AmqpMessage to a given exchange |
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
AmqpPublishConsume.publishConsume(AmqpConfig config,
AmqpTransactionalConnection connection,
String exchangeName,
String contentType,
String encoding,
ExchangeDefinitionParameters exchangeDefinitionParameters,
PublishConsumeRoutingConfiguration routingConfiguration,
DeliveryMode deliveryMode,
Long maximumWait,
TimeUnit maximumWaitUnit,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalActionPublishConsume,
org.mule.runtime.extension.api.runtime.parameter.OutboundCorrelationStrategy sendCorrelationId,
boolean createFallbackExchange,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
Operation that allows the user to send a message to a AMQP Exchange and waits for a response either to the provided replyTo
destination or to a temporary destination created dynamically
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpResponseMessageBuilder
Enables the creation of an outgoing
AmqpMessage along with the response configuration. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.