wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
112 stars 216 forks source link

ControlPlane service should expose JMS port 5672 #542

Closed renuka-fernando closed 2 years ago

renuka-fernando commented 2 years ago

Description: Currently, the JMS port of the control plane service is not exposed. Choreo Connect connects to this port to listen to events from the control plane.

For example in pattern kubernetes-apim/advanced/am-pattern-1/templates/am/wso2am-pattern-1-am-service.yaml the following should be added.

    - name: jms-tcp
      protocol: TCP
      port: 5672

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues: