Skip to main content

amqp

AMQP Administration Shell.

Also works for non-AMQP transports (but not ones that
store declarations in memory).
def amqp(
ctx: click.Context
) - > null

AMQP Administration Shell.

Also works for non-AMQP transports (but not ones that store declarations in memory).

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object used to store and share state between commands in the CLI hierarchy.

Returns

TypeDescription
nullDoes not return a value; initializes the AMQPContext for the command group context.