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