summaryrefslogtreecommitdiff
path: root/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in')
-rw-r--r--trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in b/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in
new file mode 100644
index 0000000000..68b96cba2b
--- /dev/null
+++ b/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/pubsub/verify_python_java.in
@@ -0,0 +1,55 @@
+==== topic_publisher.py.out
+==== topic_listener_java.out | remove_uuid | sort
+Listener: Closing connection
+Listener: Closing JNDI context
+Listener: Creating a Message Subscriber for topic europe
+Listener: Creating a Message Subscriber for topic news
+Listener: Creating a Message Subscriber for topic usa
+Listener: Creating a Message Subscriber for topic weather
+Listener: Creating a non-transacted, auto-acknowledged session
+Listener: Received message for topic: europe: europe.news 0
+Listener: Received message for topic: europe: europe.news 1
+Listener: Received message for topic: europe: europe.news 2
+Listener: Received message for topic: europe: europe.news 3
+Listener: Received message for topic: europe: europe.news 4
+Listener: Received message for topic: europe: europe.weather 0
+Listener: Received message for topic: europe: europe.weather 1
+Listener: Received message for topic: europe: europe.weather 2
+Listener: Received message for topic: europe: europe.weather 3
+Listener: Received message for topic: europe: europe.weather 4
+Listener: Received message for topic: news: europe.news 0
+Listener: Received message for topic: news: europe.news 1
+Listener: Received message for topic: news: europe.news 2
+Listener: Received message for topic: news: europe.news 3
+Listener: Received message for topic: news: europe.news 4
+Listener: Received message for topic: news: usa.news 0
+Listener: Received message for topic: news: usa.news 1
+Listener: Received message for topic: news: usa.news 2
+Listener: Received message for topic: news: usa.news 3
+Listener: Received message for topic: news: usa.news 4
+Listener: Received message for topic: usa: usa.news 0
+Listener: Received message for topic: usa: usa.news 1
+Listener: Received message for topic: usa: usa.news 2
+Listener: Received message for topic: usa: usa.news 3
+Listener: Received message for topic: usa: usa.news 4
+Listener: Received message for topic: usa: usa.weather 0
+Listener: Received message for topic: usa: usa.weather 1
+Listener: Received message for topic: usa: usa.weather 2
+Listener: Received message for topic: usa: usa.weather 3
+Listener: Received message for topic: usa: usa.weather 4
+Listener: Received message for topic: weather: europe.weather 0
+Listener: Received message for topic: weather: europe.weather 1
+Listener: Received message for topic: weather: europe.weather 2
+Listener: Received message for topic: weather: europe.weather 3
+Listener: Received message for topic: weather: europe.weather 4
+Listener: Received message for topic: weather: usa.weather 0
+Listener: Received message for topic: weather: usa.weather 1
+Listener: Received message for topic: weather: usa.weather 2
+Listener: Received message for topic: weather: usa.weather 3
+Listener: Received message for topic: weather: usa.weather 4
+Listener: Setting an ExceptionListener on the connection as sample uses a TopicSubscriber
+Listener: Shutting down listener for europe
+Listener: Shutting down listener for news
+Listener: Shutting down listener for usa
+Listener: Shutting down listener for weather
+Listener: Starting connection so TopicSubscriber can receive messages