summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/pub-sub/verify_java_dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/client-010/examples/pub-sub/verify_java_dotnet')
-rw-r--r--dotnet/client-010/examples/pub-sub/verify_java_dotnet15
1 files changed, 15 insertions, 0 deletions
diff --git a/dotnet/client-010/examples/pub-sub/verify_java_dotnet b/dotnet/client-010/examples/pub-sub/verify_java_dotnet
new file mode 100644
index 0000000000..52069957c5
--- /dev/null
+++ b/dotnet/client-010/examples/pub-sub/verify_java_dotnet
@@ -0,0 +1,15 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+
+pubsub_listener_dotnet()
+{
+mono $DOTNET_EXAMPLES/example-pub-sub-Listener.exe localhost 5672
+}
+
+topic_publisher_java()
+{
+java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.pubsub.Publisher
+}
+
+background "Listening for messages ..." pubsub_listener_dotnet
+clients topic_publisher_java
+outputs topic_publisher_java.out "pubsub_listener_dotnet.out | remove_uuid | sort"