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_java_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_java_dotnet')
| -rw-r--r-- | dotnet/client-010/examples/direct/verify_java_dotnet | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dotnet/client-010/examples/direct/verify_java_dotnet b/dotnet/client-010/examples/direct/verify_java_dotnet new file mode 100644 index 0000000000..50eb73f9f5 --- /dev/null +++ b/dotnet/client-010/examples/direct/verify_java_dotnet @@ -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_java() +{ +java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer +} + +clients $cpp/declare_queues direct_producer_java direct_listener_dotnet +outputs $cpp/declare_queues.out ./direct_producer_java.out ./direct_listener_dotnet.out |
