blob: 6ef1b3b7e307d8fe0284785c64e31add3fcfbc5b [file] [log] [blame]
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
cpp=$CPP/request-response
client_java()
{
java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.requestResponse.Client
}
background "Waiting" $cpp/server
clients client_java
kill %%
outputs "client_java.out | remove_uuid" "$cpp/server.out | remove_uuid"