.TH "CELERY AMQP" "1" "2024-05-15" "5.4.0" "celery amqp Manual" .SH NAME celery\-amqp \- AMQP Administration Shell. .SH SYNOPSIS .B celery amqp [OPTIONS] COMMAND [ARGS]... .SH DESCRIPTION AMQP Administration Shell. .PP Also works for non-AMQP transports (but not ones that store declarations in memory). .SH COMMANDS .PP \fBexchange.declare\fP .PP See \fBcelery amqp-exchange.declare(1)\fP for full documentation on the \fBexchange.declare\fP command. .PP \fBexchange.delete\fP .PP See \fBcelery amqp-exchange.delete(1)\fP for full documentation on the \fBexchange.delete\fP command. .PP \fBqueue.bind\fP .PP See \fBcelery amqp-queue.bind(1)\fP for full documentation on the \fBqueue.bind\fP command. .PP \fBqueue.declare\fP .PP See \fBcelery amqp-queue.declare(1)\fP for full documentation on the \fBqueue.declare\fP command. .PP \fBqueue.delete\fP .PP See \fBcelery amqp-queue.delete(1)\fP for full documentation on the \fBqueue.delete\fP command. .PP \fBqueue.purge\fP .PP See \fBcelery amqp-queue.purge(1)\fP for full documentation on the \fBqueue.purge\fP command. .PP \fBbasic.get\fP .PP See \fBcelery amqp-basic.get(1)\fP for full documentation on the \fBbasic.get\fP command. .PP \fBbasic.publish\fP .PP See \fBcelery amqp-basic.publish(1)\fP for full documentation on the \fBbasic.publish\fP command. .PP \fBbasic.ack\fP .PP See \fBcelery amqp-basic.ack(1)\fP for full documentation on the \fBbasic.ack\fP command. .PP \fBrepl\fP Start an interactive shell. See \fBcelery amqp-repl(1)\fP for full documentation on the \fBrepl\fP command.