summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/pub-sub/verify_dotnet_python
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/client-010/examples/pub-sub/verify_dotnet_python')
-rw-r--r--dotnet/client-010/examples/pub-sub/verify_dotnet_python11
1 files changed, 11 insertions, 0 deletions
diff --git a/dotnet/client-010/examples/pub-sub/verify_dotnet_python b/dotnet/client-010/examples/pub-sub/verify_dotnet_python
new file mode 100644
index 0000000000..dd62dbcbeb
--- /dev/null
+++ b/dotnet/client-010/examples/pub-sub/verify_dotnet_python
@@ -0,0 +1,11 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON_EXAMPLES/pubsub
+
+pubsub_producer_dotnet()
+{
+mono $DOTNET_EXAMPLES/example-pub-sub-Publisher.exe localhost 5672
+}
+
+background "Queues created" $py/topic_subscriber.py
+clients pubsub_producer_dotnet
+outputs ./pubsub_producer_dotnet.out "$py/topic_subscriber.py.out | remove_uuid | sort"