Scaling of OM microservices

Scaling of OM microservices

book

Article ID: KB0071445

calendar_today

Updated On:

Products Versions
TIBCO Order Management 5.1.0, 6.0

Description

From OM 5.1.0 onwards, user can start ā€˜n’ number of services of same type behind a load balancer (ex: NGINX) and they can replicate the service without
any configuration needed in OM except changing port number in application.properties file. So, for instance, to scale orchestrator:

1/ Duplicate orchestrator directory under OM_HOME/roles.
2/ Change "server.port" property value in application.properties file for each new created instance.
3/ Start the instances.

Obviously, load balancer configuration should also be done to take into account the different instances.

Issue/Introduction

Customer my need to scale OM microservices to process a higher volume of load. This KB article explains how to do this in 5.1.0 and 6.0 versions.

Environment

ALL