summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/fanout/verify_dotnet_cpp
blob: 1b27ea8653cf9f273f523507642cedaa64bc3bd3 (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
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"