diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-17 12:51:51 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-17 12:51:51 +0000 |
| commit | bbe6b77c704a48bdf01b914247248d1b8e34adf8 (patch) | |
| tree | a18b3ef7f8aa9147d1a5a80a43453ef75289cfaf /dotnet/client-010/examples/direct/verify_python_dotnet | |
| parent | fe0bad48019f95f1f1f23454389aa5b7795b8aa7 (diff) | |
| download | qpid-python-bbe6b77c704a48bdf01b914247248d1b8e34adf8.tar.gz | |
qpid-1371: added .net cc support + cc .net interop support
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/examples/direct/verify_python_dotnet')
| -rw-r--r-- | dotnet/client-010/examples/direct/verify_python_dotnet | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotnet/client-010/examples/direct/verify_python_dotnet b/dotnet/client-010/examples/direct/verify_python_dotnet new file mode 100644 index 0000000000..086b31caf4 --- /dev/null +++ b/dotnet/client-010/examples/direct/verify_python_dotnet @@ -0,0 +1,10 @@ +# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify +py=$PYTHON_EXAMPLES/direct + +direct_listener_dotnet() +{ +mono $DOTNET_EXAMPLES/example-direct-Listener.exe localhost 5672 +} + +clients $py/declare_queues.py $py/direct_producer.py direct_listener_dotnet +outputs $py/declare_queues.py.out $py/direct_producer.py.out ./direct_listener_dotnet.out |
