| Package | Description |
|---|---|
| com.mule.extensions.amqp.internal.listener | |
| com.mule.extensions.amqp.internal.operation | |
| com.mule.extensions.amqp.internal.publisher |
| Modifier and Type | Field and Description |
|---|---|
protected AmqpConfig |
AmqpListener.config |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
AmqpConsume.consume(AmqpConfig config,
AmqpTransactionalConnection connection,
String queueName,
String contentType,
String encoding,
QueueDefinition fallbackQueueDefinition,
ConsumerAckMode ackMode,
String consumerTag,
Long maximumWait,
TimeUnit maximumWaitUnit,
boolean createFallbackQueue,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction)
Operation that allows the user to consume a single
AmqpMessage from a given AMQP.Queue. |
void |
AmqpPublish.publish(AmqpConfig config,
AmqpTransactionalConnection connection,
String exchangeName,
ExchangeDefinition fallbackExchangeDefinition,
List<String> routingKeys,
DeliveryMode deliveryMode,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
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,
ExchangeDefinition fallbackExchangeDefinition,
String routingKey,
DeliveryMode deliveryMode,
Long maximumWait,
TimeUnit maximumWaitUnit,
AmqpMessageBuilder messageBuilder,
AmqpPublishParameters overrides,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
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 | Method and Description |
|---|---|
static String |
AmqpPublisherCommons.resolvedReturnedMessageExchange(AmqpConfig config,
AmqpPublishParameters overrides) |
static boolean |
AmqpPublisherCommons.resolveRequestBrokerConfirms(AmqpConfig config,
AmqpPublishParameters overrides) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.