Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.jms
Class JMSTest  view JMSTest download JMSTest.java

java.lang.Object
  extended bysamples.jms.JMSTest

public class JMSTest
extends java.lang.Object

Tests the JMS transport. To run: java org.apache.axis.utils.Admin client client_deploy.xml java org.apache.axis.utils.Admin server deploy.xml java samples.transport.FileTest IBM java samples.transport.FileTest XXX JMSTest is a simple test driver for the JMS transport. It sets up a JMS listener, then calls a delayed quote service for each of the symbols specified on the command line.


Field Summary
(package private) static java.lang.String wsdd
           
 
Constructor Summary
JMSTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsdd

static final java.lang.String wsdd
See Also:
Constant Field Values
Constructor Detail

JMSTest

public JMSTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

printUsage

public static void printUsage()