Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.35 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.35 KB

activemq-docker

  • ActiveMQ + Java 8 JDK + Maven 3.5 + Python 3.5 + Gradle

NOTE: This docker default is providing latest Eclipse Photon instead of Oxygen and you can change it to build other versions!!!

License Agreement

By using this image, you agree the Oracle Java JDK License. This image contains Oracle JDK 8. You must accept the Oracle Binary Code License Agreement for Java SE to use this image.

Components

  • java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
  • Apache Maven 3.5.3
  • Python 3.5.2
  • Gradle 4.9
  • Other tools: git wget unzip vim python python-setuptools python-dev python-numpy

Run (recommended for easy-start)

Image is pulling from openkbs/activemq-docker

./run.sh

Monitoring ActiveMQ

You can access the Admin Web UI with the default login/password (admin/admin if not being changed by you).

http://<host-ip>:8161/

Build

You can build your own image locally.

./build.sh

Related

References