summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/examples/fanout/verify_dotnet_python
blob: a09b26ca6a0ce285f12d55649d21969f865172ae (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"