summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet')
-rw-r--r--M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet11
1 files changed, 0 insertions, 11 deletions
diff --git a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet b/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet
deleted file mode 100644
index 0366e3a9ac..0000000000
--- a/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet
+++ /dev/null
@@ -1,11 +0,0 @@
-# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
-py=$PYTHON_EXAMPLES/pubsub
-
-pubsub_listener_dotnet()
-{
-mono $DOTNET_EXAMPLES/example-pub-sub-Listener.exe localhost 5672
-}
-
-background "Listening for messages ..." pubsub_listener_dotnet
-clients $py/topic_publisher.py
-outputs $py/topic_publisher.py.out "pubsub_listener_dotnet.out | remove_uuid | sort"