diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-10-31 23:37:31 +0000 |
| commit | 67245fc07c3e52e528c8d50739d848dbd484f89b (patch) | |
| tree | 4de59da7c11e21a904d9506d416469ff1bf131bf /qpid/dotnet/client-010/examples/request-response | |
| parent | 688ebc371560c210461a567b62107f01a3d93a22 (diff) | |
| download | qpid-python-67245fc07c3e52e528c8d50739d848dbd484f89b.tar.gz | |
Delete the unlicenced .net client example verification scripts etc which depend on the old Python and Java examples that have previously been deleted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/client-010/examples/request-response')
8 files changed, 0 insertions, 141 deletions
diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java deleted file mode 100644 index 56477c623a..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java +++ /dev/null @@ -1,16 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -server_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Server.exe localhost 5672 -} - -client_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Client -} - -background "Waiting for requests" server_dotnet -clients client_java -kill %% -outputs ./server_dotnet.out "client_java.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in deleted file mode 100644 index 96e8b8a255..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_java.in +++ /dev/null @@ -1,21 +0,0 @@ -==== server_dotnet.out -Waiting for requests -Request: Twas brillig, and the slithy toves -Request: Did gire and gymble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. -==== client_java.out | remove_uuid -Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer -Client: Creating a non-transacted, auto-acknowledged session -Client: Creating a QueueRequestor -Client: Starting connection -Client: Request Content= Twas brillig, and the slithy toves -Client: Response Content= TWAS BRILLIG, AND THE SLITHY TOVES -Client: Request Content= Did gire and gymble in the wabe. -Client: Response Content= DID GIRE AND GYMBLE IN THE WABE. -Client: Request Content= All mimsy were the borogroves, -Client: Response Content= ALL MIMSY WERE THE BOROGROVES, -Client: Request Content= And the mome raths outgrabe. -Client: Response Content= AND THE MOME RATHS OUTGRABE. -Client: Closing connection -Client: Closing JNDI context diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python deleted file mode 100644 index 8ae2f41361..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python +++ /dev/null @@ -1,12 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/request-response - -server_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Server.exe localhost 5672 -} - -background "Waiting for requests" server_dotnet -clients $py/client.py -kill %% -outputs "$py/client.py.out | remove_uuid" "server_dotnet.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in b/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in deleted file mode 100644 index 4455f4e133..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_dotnet_python.in +++ /dev/null @@ -1,17 +0,0 @@ -==== client.py.out | remove_uuid -Request: Twas brillig, and the slithy toves -Request: Did gyre and gimble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. -Messages on queue: reply_to: -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GYRE AND GIMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -No more messages! -==== server_dotnet.out | remove_uuid -Waiting for requests -Request: Twas brillig, and the slithy toves -Request: Did gyre and gimble in the wabe. -Request: All mimsy were the borogroves, -Request: And the mome raths outgrabe. diff --git a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet b/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet deleted file mode 100644 index 6950a6a4ec..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet +++ /dev/null @@ -1,15 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify - -server_java() -{ -java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Server -} - -client_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 -} -background "can receive messages" server_java -clients client_dotnet -kill %% -outputs "server_java.out | remove_uuid" ./client_dotnet.out diff --git a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in b/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in deleted file mode 100644 index 16b1853f37..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet.in +++ /dev/null @@ -1,36 +0,0 @@ -==== server_java.out | remove_uuid -Server: Setting an ExceptionListener on the connection as sample uses a MessageConsumer -Server: Creating a non-transacted, auto-acknowledged session -Server: Creating a MessageConsumer -Server: Creating a MessageProducer -Server: Starting connection so MessageConsumer can receive messages -Server: Receiving the message -Server: Activating response queue listener -Server: Response = TWAS BRILLIG, AND THE SLITHY TOVES - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = DID GIRE AND GYMBLE IN THE WABE. - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = ALL MIMSY WERE THE BOROGROVES, - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = AND THE MOME RATHS OUTGRABE. - -Server: Receiving the message -Server: Activating response queue listener -Server: Response = THAT'S ALL, FOLKS! - -Server: Receiving the message -==== client_dotnet.out -Activating response queue listener for: clientSystem.Byte[] -Waiting for all responses to arrive ... -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GIRE AND GYMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -Shutting down listener for clientSystem.Byte[] -Response: THAT'S ALL, FOLKS! diff --git a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet b/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet deleted file mode 100644 index f1b5d662bd..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet +++ /dev/null @@ -1,12 +0,0 @@ -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -py=$PYTHON_EXAMPLES/request-response - -client_dotnet() -{ -mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 -} - -background "Request server running" $py/server.py -clients client_dotnet -kill %% -outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid" diff --git a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in b/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in deleted file mode 100644 index d982a61a04..0000000000 --- a/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet.in +++ /dev/null @@ -1,12 +0,0 @@ -==== client_dotnet.out | remove_uuid -Activating response queue listener for: clientSystem.Byte[] -Waiting for all responses to arrive ... -Response: TWAS BRILLIG, AND THE SLITHY TOVES -Response: DID GIRE AND GYMBLE IN THE WABE. -Response: ALL MIMSY WERE THE BOROGROVES, -Response: AND THE MOME RATHS OUTGRABE. -Shutting down listener for clientSystem.Byte[] -Response: THAT'S ALL, FOLKS! -==== server.py.out | remove_uuid -Request server running - run your client now. -(Times out after 100 seconds ...) |
