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