Cloud Pak for Integration

 View Only
Expand all | Collapse all

Connectivity among ACE applications deployed in two different integration servers of CP4I

  • 1.  Connectivity among ACE applications deployed in two different integration servers of CP4I

    IBM Champion
    Posted Thu October 29, 2020 01:06 AM
    How does applications communicate with each other in CP4I region. Do we need to use Route to make communication between two ACE applications deployed in different integration servers of same namespace in cp4i or is there an effective way to enable the communication between services deployed in different integration servers of same namespace?

    Thanks,

    ------------------------------
    Santhosh Ramanathan
    ------------------------------


  • 2.  RE: Connectivity among ACE applications deployed in two different integration servers of CP4I

    Posted Tue April 06, 2021 10:39 AM
    Hi Santhosh,

    2 different ACE applications running on 2 separate integration servers can interact each other using cluster level host names( I'm specific to Openshift platform).

    The host name will be in the format : http://<deployment-name>.<projectnamespace>.svc.cluster.local:port/url

    If Application 'A' is deployed in integration server A. Let the name of the deployment be integrationserver-a-is
    If Application 'B' is deployed in integration server B. Let the name of the deployment be integrationserver-b-is.
    .
    If Application 'A' wants to call application 'B' the host name used can be : http://integrationserver-b-is.cp4i-dev.svc.cluster.local:7800/url
    'cp4i-dev' is a project namespace where CP4I is installed.

    ------------------------------
    Suresh L
    ------------------------------