| Package | Description |
|---|---|
| com.mule.extensions.amqp.internal.common | |
| com.mule.extensions.amqp.internal.connection | |
| com.mule.extensions.amqp.internal.listener |
| Modifier and Type | Method and Description |
|---|---|
static MuleAmqpChannel |
AmqpCommons.createAmqpChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
boolean singleMessageChannel) |
static MuleAmqpChannel |
AmqpCommons.createAmqpChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel) |
static MuleAmqpChannel |
AmqpCommons.declareFallbackExchangeIfNeeded(AmqpTransactionalConnection connection,
String exchangeName,
ExchangeDefinition fallbackExchangeDefinition,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
MuleAmqpChannel channel,
AmqpChannelManager channelManager,
boolean createFallbackExchange) |
static void |
AmqpCommons.evaluateMessageAck(com.rabbitmq.client.Channel channel,
AmqpMessage message,
AmqpChannelManager channelManager,
InternalAckMode ackMode,
String ackId) |
static com.rabbitmq.client.Channel |
AmqpCommons.getOrCreateTransactedChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
Optional<com.rabbitmq.client.Channel> transactedChannel) |
| Modifier and Type | Method and Description |
|---|---|
protected AmqpChannelManager |
AmqpConnection.getAmqpChannelManager() |
| Modifier and Type | Method and Description |
|---|---|
AmqpChannelManager |
MultiChannelReceiverManager.getChannelManager() |
| Modifier and Type | Method and Description |
|---|---|
MultiChannelReceiverManager.Builder |
MultiChannelReceiverManager.Builder.withChannelManager(AmqpChannelManager channelManager) |
| Constructor and Description |
|---|
MessageReceiverConsumer(com.rabbitmq.client.Channel channel,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,AmqpAttributes> sourceCallback,
String inboundEncoding,
String configEncoding,
String inboundContentType,
String configContentType,
InternalAckMode ackMode,
AmqpChannelManager channelManager,
AmqpTransactionalConnection amqpTransactionalConnection,
MultiChannelMessageSubReceiver multiChannelMessageSubReceiver) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.