summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/request-response/verify_dotnet_python
blob: 8ae2f41361f0ac6bb0fb009624c2275246437d09 (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

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

background "Waiting for requests" server_dotnet
clients $py/client.py
kill %%
outputs "$py/client.py.out | remove_uuid" "server_dotnet.out | remove_uuid"