Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 909 Bytes

TIBCO EMS Community Edition

Simple docker image for TIBCO EMS Community Edition.

Currently it was tested with version 10.3.0.

Installation

  1. Download TIB_ems_10.3.0_linux_x86_64.zip to folder named dist:

    dist
    └── TIB_ems_10.3.0_linux_x86_64.zip
    
  2. Build image by executing:

    ./build.sh
  3. Use docke-compose to run it:

    docker-compose up -d
  4. You can filter your new image using labels:

    docker images --filter "label=vendor=TIBCO"

OpenTelmetry

The TIBCO EMS 10.3.0 release introduces Prometheus metrics. docker-compose provides Otel Collector, which scraps EMS metrics and sends them to the Prometheus endpoint. To enable OTEL Collector, run docker compose up with the otel profile enabled:

docker compose --profile otel up