User: norbert 
  Date: 00/05/24 12:17:18

  Modified:    examples TestClient.java
  Log:
  Changes to the Pub/Sub System in order to implement P2P.
  Now, a SessionQueue is specific to an unique destination.
  This is a way to code 'local optimisations' too
  Added bug (I think) in acknowledge()
  
  Selectors :
  Remove the .getClass().getName() [ thx Rich ]
  
  Revision  Changes    Path
  1.27      +0 -5      spyderMQ/examples/TestClient.java
  
  Index: TestClient.java
  ===================================================================
  RCS file: /products/cvs/ejboss/spyderMQ/examples/TestClient.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- TestClient.java   2000/05/20 02:34:00     1.26
  +++ TestClient.java   2000/05/24 19:17:17     1.27
  @@ -35,11 +35,6 @@
   import javax.naming.InitialContext;
   import javax.naming.NamingException;
   
  -//test for selectors
  -import org.spydermq.selectors.*;
  -import org.spydermq.SpyMessage;
  -import java.util.HashSet;
  -
   //This is a very simple parser which uses the JMS server : it can dynamically use 
JMS objects
   //
   //Commands:
  
  
  

Reply via email to