jms parameter

Use the jms parameter for JMS configuration.

The following .yaml file is a sample schema of jms:
  jms:
    mq:
      bindingConfigName: ""
      # bindingMountPath: /opt/ssfs/.bindings
The following table explains the attributes applicable for jms spec of OMEnvironment.
Table 1. Properties for jms
Property Default value Value type Required Description
mq.bindingConfigName   string Yes Specify the name of the ConfigMap that contains MQ bindings.
mq.bindingMountPath /opt/ssfs/.bindings string No Specify the path where the bindings file needs to be mounted in the agent and integration server pods.