summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/fanout/verify_python_dotnet
blob: ac472c0f72b22bd14da03e564bb4c7dcdc99ee09 (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_listener_dotnet()
{
mono $DOTNET_EXAMPLES/example-fanout-Listener.exe localhost 5672
}

background "Listening" fanout_listener_dotnet 
clients $py/fanout_producer.py
outputs $py/fanout_producer.py.out  "./fanout_listener_dotnet.out  | remove_uuid"