| Interface | Description |
|---|---|
| ChannelProvider |
Strategy interface for providing AMQP channels.
|
| Class | Description |
|---|---|
| AmqpChannelManager |
Manager that takes the responsibility of register the channel information to be able to execute a manual acknowledgement or a
recover over a
Channel. |
| ChannelPool |
Manages a pool of AMQP channels for a given connection.
|
| ChannelPoolKey |
Represents a unique key for identifying a channel in the pool.
|
| ChannelProviderFactory |
Factory that provides the appropriate channel provider based on
OperationTransactionalAction enum. |
| MuleAmqpChannel |
Wrapper for RabbitMQ Client Channel
|
| TransactionalChannelProvider |
Provides transactional AMQP channels that bypass the channel pool.
|
| TransactionInformation |
Saves the information about the current transaction.
|
| Enum | Description |
|---|---|
| TransactionStatus |
Enum to indicate the current status of a transaction over a channel.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.