Overview:
=========
  The purpose of the wsmq router quickstart is to provide a simple demonstration that illustrates how you 
  could route a message to IBM MQ

Prerequisites:
========================
  1. Copy com.ibm.mqetclient.jar from the WSMQ install into JBoss server lib
  2. Copy the following jars from the WSMQ install into the quickstart lib dir
      - com.ibm.mq.jar
      - com.ibm.mqjms.jar
      - dhbcore.jar
  3. Edit the jboss-esb.xml and update the following properties within the
     WSMQRouterAction to reflect the WSMQ configuration.

     <property name="hostName" value="127.0.0.1"/>
     <property name="queueName" value="ESB_JMS_OUT"/>
     <property name="channel" value="ESB_CHANNEL"/>
     <property name="port" value="1414"/>
     <property name="user" value="esb"/>
     <property name="password" value="password"/>
  
To Run '.esb' archive mode:
===========================
  1. In a command terminal window in this folder ("Window1"), type 'ant deploy'.
  2. Open another command terminal window in this folder ("Window2"), type
     'ant runtest'.
  3. Switch back to Application Server console to see the output from the ESB
  4. In this folder ("Window1"), type 'ant undeploy'.
