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

fanout_listener_dotnet()
{
mono $DOTNET_EXAMPLES/example-fanout-Listener.exe localhost 5672
}

fanout_producer_dotnet()
{
mono $DOTNET_EXAMPLES/example-fanout-Producer.exe localhost 5672
}

background "Listening" fanout_listener_dotnet 
clients fanout_producer_dotnet 
outputs  ./fanout_listener_dotnet.out  ./fanout_producer_dotnet.out 
