| Modifier and Type | Method and Description |
|---|---|
static void |
AmqpCommons.evaluateMessageAck(com.rabbitmq.client.Channel channel,
AmqpMessage message,
AmqpChannelManager channelManager,
InternalAckMode ackMode,
String ackId) |
static String |
AmqpCommons.resolveMessageContentType(AmqpMessage message,
String defaultType) |
static String |
AmqpCommons.resolveMessageEncoding(AmqpMessage message,
String defaultEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpChannelManager.registerMessageForAck(String ackId,
AmqpMessage message,
com.rabbitmq.client.Channel channel)
Registers the
AmqpMessage to the Channel using the ackId in order to being able later to perform a
InternalAckMode.MANUAL ACK |
| Modifier and Type | Method and Description |
|---|---|
AmqpMessage |
DefaultAmqpMessageConsumer.consume() |
AmqpMessage |
AmqpMessageConsumer.consume()
Consume message from an amqp queue
|
AmqpMessage |
DefaultAmqpMessageConsumer.consume(String correlationId) |
AmqpMessage |
AmqpMessageConsumer.consume(String correlationId)
Consume message from an amqp queue with a correlation Id.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,AmqpAttributes> |
AmqpResultFactory.createResult(AmqpMessage amqpMessage,
String contentType,
String encoding,
String ackId) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.