summaryrefslogtreecommitdiff
path: root/cpp/examples/request-response/verify_python_cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/request-response/verify_python_cpp.in')
-rw-r--r--cpp/examples/request-response/verify_python_cpp.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/examples/request-response/verify_python_cpp.in b/cpp/examples/request-response/verify_python_cpp.in
new file mode 100644
index 0000000000..1500134619
--- /dev/null
+++ b/cpp/examples/request-response/verify_python_cpp.in
@@ -0,0 +1,18 @@
+==== 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.out | remove_uuid
+Activating request queue listener for: request
+Waiting for requests
+Request: Twas brillig, and the slithy toves (reply_to:)
+Request: Did gyre and gimble in the wabe. (reply_to:)
+Request: All mimsy were the borogroves, (reply_to:)
+Request: And the mome raths outgrabe. (reply_to:)