summaryrefslogtreecommitdiff
path: root/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_python_java.in
blob: 6e53ca32814c492ed342309c3b959e3a058bdf66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
==== client_java.out | remove_uuid
Client: Setting an ExceptionListener on the connection as sample uses a MessageConsumer
Client: Creating a non-transacted, auto-acknowledged session
Client: Creating a QueueRequestor
Client: Starting connection
Client: 	Request Content= Twas brillig, and the slithy toves
Client: 	Response Content= TWAS BRILLIG, AND THE SLITHY TOVES
Client: 	Request Content= Did gire and gymble in the wabe.
Client: 	Response Content= DID GIRE AND GYMBLE IN THE WABE.
Client: 	Request Content= All mimsy were the borogroves,
Client: 	Response Content= ALL MIMSY WERE THE BOROGROVES,
Client: 	Request Content= And the mome raths outgrabe.
Client: 	Response Content= AND THE MOME RATHS OUTGRABE.
Client: Closing connection
Client: Closing JNDI context
==== server.py.out | remove_uuid
Request server running - run your client now.
(Times out after 100 seconds ...)