Copyright 2021-2024 Teradata. All rights reserved.

Description:

Enhancement and problem fixed by this release are listed below:

Teradata jmsaxsmod 20.00.00.002
===============================
SA-55021
   Request to add setJMSType & setJMSCorrelationID to JMS Access Module

Teradata jmsaxsmod 20.00.00.000
===============================
SA-54330
   Process and Test 20.00 JMSAXSMOD builds



Installation Instructions:

  
Refer to Teradata Tools and Utilities for Microsoft Windows Installation Guide
for the installation and uninstallation instructions.

------------------------------------------------------------------

Loading JMSAM:

To load JMSAM, set environment variables that are specific to the 
JMS-compliant message bus providers and Java runtime environment.

These are shown below by configuration:

Windows Configuration

If java is installed in folder "c:\jdk", then set path to:
  set PATH=c:\jdk\jre\bin;%PATH%
  set PATH=c:\jdk\jre\bin\server;%PATH%

If AccessModule for JMS is installed in folder 
"c:\Program Files\Common Files\Teradata\JMSAXSMOD" then set CLASSPATH to:
  set CLASSPATH=c:\Program Files\Common Files\Teradata\JMSAXSMOD;%CLASSPATH%
  set CLASSPATH=c:\Program Files\Common Files\Teradata\JMSAXSMOD\jmsam.jar;%CLASSPATH%

Application Server specific jar files are:
BEA WebLogic: weblogic.jar
IBM WebSphere: jms.jar, jndi.jar, provider.jar,fscontext.jar, 
               connector.jar, com.ibm.mq.jar, com.ibm.mqjms.jar, jta.jar

If weblogic server is installed in folder "c:\bea\weblogic81" then 
add CLASSPATH as follows:
  set CLASSPATH=c:\bea\weblogic81\server\lib\weblogic.jar;%CLASSPATH% 

For IBM WebSphere all the jar files should be in the CLASSPATH

------------------------------------------------------------------
