Overview:
=========
  The purpose of this transport quickstart sample is to test connectivity
  to mainframe using this particular transport.

Prerequisites:
=============
  This module requires a JDK, or an international version of the JRE,
  that includes charsets.jar.

  A version of WebSphere MQ client Java libraries, release 5.3 and above,
  is required.

  By default, the configuration targets IBM CICS MQ Bridge which must be
  installed in the target CICS regions.
  
  Alternatively, you can use the LegStar z/OS modules, in which case they
  must be installed in the target CICS region. Refer to
  http://www.legsem.com/legstar/legstar-distribution-zos/index.html
  for instructions.
  
Settings:
=========
  Copy these jar files from WebSphere client java libraries to the lib
  folder:
  
     com.ibm.mq.jar
     com.ibm.mqjms.jar
     dhbcore.jar

  The WebSphere JNDI resources must be available. The sample delivered
  uses a simple-jndi setting by default. If you intend to use that,
  check the simple-jndi folder properties files.
  
  For queues, it is important to set targetClient=1.

  Check parameters in legstar-invoker-config.xml, they must match your
  JNDI settings.
  

Running this quickstart:
========================

  1. In a command terminal window in this folder ("Window1"), type 'ant runtest'.
  2. Check the messages produced.

Final deployment:
=================
  
  Copy legstar-invoker-config.xml to $CATALINA_HOME/shared/classes
