summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/request-response/verify_java_dotnet
blob: 6950a6a4ec91605ffc42bd3551bd04718454dba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify

server_java()
{
java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Server
}

client_dotnet()
{
mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672
}
background "can receive messages" server_java
clients client_dotnet
kill %%
outputs  "server_java.out | remove_uuid" ./client_dotnet.out