blob: a09b26ca6a0ce285f12d55649d21969f865172ae [file] [log] [blame]
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
py=$PYTHON_EXAMPLES/fanout
fanout_producer_dotnet()
{
mono $DOTNET_EXAMPLES/example-fanout-Producer.exe localhost 5672
}
background "Subscribed" $py/fanout_consumer.py
clients fanout_producer_dotnet
outputs ./fanout_producer_dotnet.out "$py/fanout_consumer.py.out | remove_uuid"