Sign inSign up

orrc/mq-client

By orrc

Updated over 3 years ago

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

Image
1

257

orrc/mq-client repository overview

This is based on the absolutely awfully named a tool, 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 orrc/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 3 years ago

docker pull orrc/mq-client