RabbitMQ CLI via `amqp-consume` and `amqp-publish`
8.5K
If you want to run an amqp cli to debug something real quick, this image is for you.
$ docker run -ti jannis/node-amqp-client bash
root@9147e793df36:/# amq-consume --help
…
root@9147e793df36:/# amq-publish --help
This image just pulls the latest node docker image and the latest node-amqp-cli npm package
Content type
Image
Digest
Size
251.8 MB
Last updated
over 9 years ago
docker pull jannis/node-amqp-client