| # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify | |
| cpp=$CPP/request-response | |
| client_dotnet() | |
| { | |
| mono $DOTNET_EXAMPLES/example-request-response-Client.exe localhost 5672 | |
| } | |
| background "Waiting" $cpp/server | |
| clients client_dotnet | |
| kill %% | |
| outputs ./client_dotnet.out "$cpp/server.out | remove_uuid" |