JMS Agents Preparations(4.1)

Both the collection and the (processing) request JMS agents use JNDI to acquire the previously configured connection and destination objects.

For information about Connection Factory and Destination objects, see the JMS 1.1 specification: http://www.oracle.com/technetwork/java/docs-136352.html.

Preparations

1. Set up a persistent file system

2. Provided your JMS Client library, is required to connect a JMS Server.
   This library must be stored on the Platform host and each Execution Context host that will connect to a JMS Server.

3. Copy the JMS Client libraries to the $MZ_HOME/persistent/3pp folder on the plaform-0 pod. Eg:
   $ kubectl cp weblogic.jar platform-0:/opt/mz/persistent/3pp/oracle/weblogic -n <namespace>

4. Restart the platform and EC pods
   $ kubectl delete pod platform-0 -n <namespace>

5. Restart the Desktop