summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/examples/request-response/verify_cpp_python.in
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/cpp/examples/request-response/verify_cpp_python.in')
-rw-r--r--trunk/qpid/cpp/examples/request-response/verify_cpp_python.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/qpid/cpp/examples/request-response/verify_cpp_python.in b/trunk/qpid/cpp/examples/request-response/verify_cpp_python.in
new file mode 100644
index 0000000000..a032293d9b
--- /dev/null
+++ b/trunk/qpid/cpp/examples/request-response/verify_cpp_python.in
@@ -0,0 +1,15 @@
+==== 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.py.out | remove_uuid
+Request server running - run your client now.
+(Times out after 100 seconds ...)