diff options
Diffstat (limited to 'cpp/examples/examples/request-response')
-rw-r--r-- | cpp/examples/examples/request-response/client.cpp | 2 | ||||
-rw-r--r-- | cpp/examples/examples/request-response/verify_python_cpp.in | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cpp/examples/examples/request-response/client.cpp b/cpp/examples/examples/request-response/client.cpp index 8cec16a461..073af596bf 100644 --- a/cpp/examples/examples/request-response/client.cpp +++ b/cpp/examples/examples/request-response/client.cpp @@ -61,9 +61,9 @@ private: int counter; public: Listener(Session& session, string destination_name): + session(session), destination_name(destination_name), dispatcher(session), - session(session), counter(0) {}; diff --git a/cpp/examples/examples/request-response/verify_python_cpp.in b/cpp/examples/examples/request-response/verify_python_cpp.in index 41ec500774..ba9e01f465 100644 --- a/cpp/examples/examples/request-response/verify_python_cpp.in +++ b/cpp/examples/examples/request-response/verify_python_cpp.in @@ -3,7 +3,7 @@ Request: Twas brilling, 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 queue: ReplyTo: +Messages on queue: reply_to: Response: TWAS BRILLING, AND THE SLITHY TOVES Response: DID GYRE AND GIMBLE IN THE WABE. Response: ALL MIMSY WERE THE BOROGROVES, @@ -12,7 +12,7 @@ No more messages! ==== server.out | remove_uuid Activating request queue listener for: request Waiting for requests -Request: Twas brilling, and the slithy toves (ReplyTo:) -Request: Did gyre and gimble in the wabe. (ReplyTo:) -Request: All mimsy were the borogroves, (ReplyTo:) -Request: And the mome raths outgrabe. (ReplyTo:) +Request: Twas brilling, 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:) |