User: hiram
Date: 00/12/29 13:17:41
Modified: examples SynchTopicExample.java
Log:
Versioning up to 0.8
Revision Changes Path
1.2 +2 -0 spyderMQ/examples/SynchTopicExample.java
Index: SynchTopicExample.java
===================================================================
RCS file: /products/cvs/ejboss/spyderMQ/examples/SynchTopicExample.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SynchTopicExample.java 2000/12/12 21:30:47 1.1
+++ SynchTopicExample.java 2000/12/29 21:17:40 1.2
@@ -89,6 +89,7 @@
topic = SampleUtilities.getTopic(topicName, topicSession);
} catch (Exception e) {
System.out.println("Connection problem: " + e.toString());
+ e.printStackTrace();
if (topicConnection != null) {
try {
topicConnection.close();
@@ -175,6 +176,7 @@
topic = SampleUtilities.getTopic(topicName, topicSession);
} catch (Exception e) {
System.out.println("Connection problem: " + e.toString());
+ e.printStackTrace();
if (topicConnection != null) {
try {
topicConnection.close();