User: norbert
Date: 00/05/17 19:10:04
Modified: examples TestClient.java
Log:
Fix the Connection. Now it unexpoort unused objects :)
Revision Changes Path
1.22 +2 -2 spyderMQ/examples/TestClient.java
Index: TestClient.java
===================================================================
RCS file: /products/cvs/ejboss/spyderMQ/examples/TestClient.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- TestClient.java 2000/05/17 23:43:07 1.21
+++ TestClient.java 2000/05/18 02:10:03 1.22
@@ -48,9 +48,9 @@
// ex: ID=connection.getClientID()
//
//- Some macros exist :
-// publish(name of the topic,text of the msg) //send a TextMessage to a topic
+// pub(name of the topic,text of the msg) //send a TextMessage to a topic
// newSubscriber=sub(name of the topic) //create a new TopicSubscriber for this
topic
-// subscriber.listener() //create a listener for this MessageConsumer
+// subscriber.listen() //create a listener for this MessageConsumer
//
//- When TestClient starts, it creates one connection (c), and one session (s)