summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/request-response/verify_python_dotnet
blob: f1b5d662bd888cef04aaaa10fefce4248c51f40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"