summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify.in
blob: f2c244dea68874024e96833a4585db5151f523a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
==== 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_java.out | remove_uuid
Server: Setting an ExceptionListener on the connection as sample uses a MessageConsumer
Server: Creating a non-transacted, auto-acknowledged session
Server: Creating a MessageConsumer
Server: Creating a MessageProducer
Server: Starting connection so MessageConsumer can receive messages
Server: Receiving the message
Server: Activating response queue listener
Server: 	Response = TWAS BRILLIG, AND THE SLITHY TOVES

Server: Receiving the message
Server: Activating response queue listener
Server: 	Response = DID GIRE AND GYMBLE IN THE WABE.

Server: Receiving the message
Server: Activating response queue listener
Server: 	Response = ALL MIMSY WERE THE BOROGROVES,

Server: Receiving the message
Server: Activating response queue listener
Server: 	Response = AND THE MOME RATHS OUTGRABE.

Server: Receiving the message