list_
Get info from broker.
Note:
For RabbitMQ the management plugin is required.
def list_(
ctx: click.Context
)
Get info from broker.
Note:
For RabbitMQ the management plugin is required.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object used to pass configuration and state between CLI commands |
Returns
| Type | Description |
|---|---|
| This function does not return a value; it serves as a command group for CLI subcommands. |