andreasberlin/mq-client

By andreasberlin

Updated over 1 year ago

ActiveMQ client built from here: https://github.com/fmtn/a/pull/188

Image
Message queues
1

307

andreasberlin/mq-client repository overview

!!! This image is forked from orrc/mq-client who build it and deserves all the credit !!!

This is based on the absolutely awfully named a tool (https://github.com/fmtn/a), which is why a is part of the command being run in the example.

Example of sending a message that could be picked up by a JMS subscriber:

docker run --rm andreasberlin/mq-client:latest a \
  -b ssl://some.mq.eu-central-1.amazonaws.com:61617 \
  -U user -P pass \
  -H '_type=com.example.QueueObject' \
  -p '{"userId":"example-payload"}' \
  queue://my.queue.name

Tag summary

Content type

Image

Digest

sha256:470996eb4

Size

267.8 MB

Last updated

over 1 year ago

docker pull andreasberlin/mq-client