Skip to content

Channels

Managing RabbitMQ channels (open AMQP connections over a single TCP socket).

all() -> list[dict] async

List all open channels in the cluster.

detail(channel: str) -> dict async

Get details of a specific channel.

Parameters:

Name Type Description Default
channel str

The channel name (e.g., '127.0.0.1:54321 -> 127.0.0.1:5672 (1)').

required