Use nJAMS Client for BW6 with BWCE

Use nJAMS Client for BW6 with BWCE#

TIBCO BusinessWorks Container Edition is a Cloud Native Application framework that runs within containers. nJAMS Client for BW6 can be configured to run within a container next to TIBCO BusinessWorks Container Edition.

Prerequisites#

The following prerequisites are required:

  • TIBCO BusinessWorks Container Edition base Docker Image. Please refer to TIBCO documentation for creating a base Docker image.

  • nJAMS BWCE package. Enter Integration Matters Download Portal to download nJAMS BWCE package file. nJAMS BWCE package is part of nJAMS Client for BW6 download package, see njams-client-bw6-installer-<VERSION>-bwce-assembly.zip.

Extend TIBCO BWCE base Docker image#

The TIBCO BWCE base Docker image can be extended to support nJAMS Client for BW6 as follows:

  1. Download nJAMS BWCE package file

  2. Copy nJAMS BWCE package file to a temporary folder and unzip the package for example into sub folder njams:

  3. Adapt njams/conf/njams-bw6.properties according to your connection requirements

  4. From the temporary folder use the Docker file to copy nJAMS BWCE package file into the base Docker image:

FROM tibco/bwce:latest
ADD ./njams/ /resources/addons/thirdparty-installs/njams
  1. Build the Docker image:

docker build -t <YOUR-TAG>