summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/examples/direct/verify
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-10-17 12:51:51 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-10-17 12:51:51 +0000
commitb5306d0b1fad54f7094df8e8ee4c26c2a1a748b8 (patch)
tree8aae6cd0440721b21fd5dbdf670906f7a68b03be /qpid/dotnet/client-010/examples/direct/verify
parent825b81a14b54f02ebe415366ac66205b00429ab5 (diff)
downloadqpid-python-b5306d0b1fad54f7094df8e8ee4c26c2a1a748b8.tar.gz
qpid-1371: added .net cc support + cc .net interop support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/client-010/examples/direct/verify')
-rw-r--r--qpid/dotnet/client-010/examples/direct/verify15
1 files changed, 15 insertions, 0 deletions
diff --git a/qpid/dotnet/client-010/examples/direct/verify b/qpid/dotnet/client-010/examples/direct/verify
new file mode 100644
index 0000000000..cd53687176
--- /dev/null
+++ b/qpid/dotnet/client-010/examples/direct/verify
@@ -0,0 +1,15 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+cpp=$CPP/direct
+
+direct_listener_dotnet()
+{
+mono $DOTNET_EXAMPLES/example-direct-Listener.exe localhost 5672
+}
+
+direct_producer_dotnet()
+{
+mono $DOTNET_EXAMPLES/example-direct-Producer.exe localhost 5672
+}
+
+clients $cpp/declare_queues direct_producer_dotnet direct_listener_dotnet
+outputs $cpp/declare_queues.out ./direct_producer_dotnet.out ./direct_listener_dotnet.out \ No newline at end of file