blob: 1b27ea8653cf9f273f523507642cedaa64bc3bd3 [file] [log] [blame]
# 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"