# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify

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

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

background "Waiting for requests" server_dotnet
clients client_dotnet
outputs  ./server_dotnet.out  ./client_dotnet.out
