Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.


Image Added

3. Update ActiveMQ Url in the confgimap file with your ActiveMQ service name and port number.


Image Added


Code Block
<service-name>:Port Number


ConfigMaps

apply  the configmap in ConfigMaps folder using

...