User: hiram   
  Date: 00/11/28 16:19:33

  Added:       examples client.bat client.sh
  Removed:     examples TestClient.java TestListener.java
  Log:
  Chanaged the spyderMQ standalone server so that it is a stripped down jBoss app 
server with
  the spyderMQ service running.  This will allow us to work on integrating with jBoss 
better and
  in spyderMQ can now use many of the base features of the app server such as Logging, 
Naming,
  JMX, Configuration, etc.
  
  Revision  Changes    Path
  1.1                  spyderMQ/examples/client.bat
  
  Index: client.bat
  ===================================================================
  java -cp 
".;..\conf\default;..\client\jnp-client.jar;..\lib\ext\spydermq.jar;%..\lib\ext\jms.jar"
 client.TestClient
  @pause
  
  
  
  1.1                  spyderMQ/examples/client.sh
  
  Index: client.sh
  ===================================================================
  #!/bin/sh
  
  java -cp 
".:../conf/default:../lib/ext/spydermq.jar:../client/jnp-client.jar:../lib/ext/jms.jar"
 client.TestClient
  
  
  

Reply via email to