| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected AmqpChannelManager |
AmqpConnection.getAmqpChannelManager() |
| Modifier and Type | Method and Description |
|---|---|
MuleAmqpChannel |
ChannelPool.getChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel)
Retrieves an available channel from the pool or creates a new one if necessary.
|
MuleAmqpChannel |
TransactionalChannelProvider.getChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel)
Gets a transactional channel that bypasses the pool.
|
MuleAmqpChannel |
ChannelProvider.getChannel(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel)
Gets a channel based on the provider's strategy.
|
static ChannelProvider |
ChannelProviderFactory.getProvider(AmqpTransactionalConnection connection,
org.mule.runtime.api.scheduler.SchedulerService schedulerService,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
AmqpChannelManager amqpChannelManager)
Gets the appropriate
ChannelProvider based on the OperationTransactionalAction enum. |
void |
ChannelPool.releaseChannel(AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel,
MuleAmqpChannel channel)
Releases a channel back to the pool for reuse or closes it if no longer valid.
|
| Constructor and Description |
|---|
ChannelPoolKey(AmqpTransactionalConnection connection,
AmqpChannelManager channelManager,
org.mule.runtime.extension.api.tx.OperationTransactionalAction transactionalAction,
QualityOfService qualityOfService,
boolean singleMessageChannel) |
| 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 © 2025 MuleSoft, Inc.. All rights reserved.