| # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify | |
| cpp=$CPP/fanout | |
| fanout_producer_dotnet() | |
| { | |
| mono $DOTNET_EXAMPLES/example-fanout-Producer.exe localhost 5672 | |
| } | |
| background "Listening" $cpp/listener | |
| clients fanout_producer_dotnet | |
| outputs ./fanout_producer_dotnet.out "$cpp/listener.out | remove_uuid" |