diff options
author | Gordon Sim <gsim@apache.org> | 2011-03-01 16:23:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-03-01 16:23:56 +0000 |
commit | 1fd3aca509a1eb3273fe154e69d51eee784f8544 (patch) | |
tree | 9d7540308f01f05315bd1201817953032b8c8d66 /cpp/examples/old_api/request-response/verify.in | |
parent | 9f5a99e4bc4725d9b5cb194db3e264e608258d6f (diff) | |
download | qpid-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/old_api/request-response/verify.in')
-rw-r--r-- | cpp/examples/old_api/request-response/verify.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cpp/examples/old_api/request-response/verify.in b/cpp/examples/old_api/request-response/verify.in new file mode 100644 index 0000000000..7925dc5671 --- /dev/null +++ b/cpp/examples/old_api/request-response/verify.in @@ -0,0 +1,19 @@ +==== 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) |