summaryrefslogtreecommitdiff
path: root/cpp/examples/request-response/verify.in
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-03-01 16:23:56 +0000
committerGordon Sim <gsim@apache.org>2011-03-01 16:23:56 +0000
commit1fd3aca509a1eb3273fe154e69d51eee784f8544 (patch)
tree9d7540308f01f05315bd1201817953032b8c8d66 /cpp/examples/request-response/verify.in
parent9f5a99e4bc4725d9b5cb194db3e264e608258d6f (diff)
downloadqpid-python-1fd3aca509a1eb3273fe154e69d51eee784f8544.tar.gz
QPID-3067: moved old examples to old_api directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/request-response/verify.in')
-rw-r--r--cpp/examples/request-response/verify.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpp/examples/request-response/verify.in b/cpp/examples/request-response/verify.in
deleted file mode 100644
index 7925dc5671..0000000000
--- a/cpp/examples/request-response/verify.in
+++ /dev/null
@@ -1,19 +0,0 @@
-==== client.out | remove_uuid
-Activating response queue listener for: client
-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.
-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 client
-==== server.out | remove_uuid
-Activating request queue listener for: request
-Waiting for requests
-Request: Twas brillig, and the slithy toves (client)
-Request: Did gire and gymble in the wabe. (client)
-Request: All mimsy were the borogroves, (client)
-Request: And the mome raths outgrabe. (client)