summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet')
-rw-r--r--M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet15
1 files changed, 0 insertions, 15 deletions
diff --git a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet b/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet
deleted file mode 100644
index 52069957c5..0000000000
--- a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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"