# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
py=$PYTHON_EXAMPLES/request-response

client_dotnet()
{
mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672
}

background "Request server running" $py/server.py
clients client_dotnet
kill %%
outputs "client_dotnet.out | remove_uuid" "$py/server.py.out | remove_uuid"
