summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/examples/request-response/verify.in
blob: 535759128913153343d7a067ef0a5804835ef8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==== server_dotnet.out
Waiting for requests
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.
Request: That's all, folks!
==== client_dotnet.out
Activating response queue listener for: clientSystem.Byte[]
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 clientSystem.Byte[]
Response: THAT'S ALL, FOLKS!