...
Code Block |
---|
kubectl create namespace ef-cti-voice |
ActiveMQ
1. If you want to use ActiveMQ then Run the following command for ActiveMQ implementation.
Code Block |
---|
kubectl apply -f StatefulSet/ |
2. Update Communication_Format from REST to JMS in the configmap file.
3. Update ActiveMQ Url in the confgimap file with your ActiveMQ service name and port number.
Code Block |
---|
<service-name>:Port Number |
ConfigMaps
apply the configmap in ConfigMaps folder using
...