summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/pub-sub/verify_python_dotnet
blob: 0366e3a9ac618ac17b1690be19e0298f7ec58f23 (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/pubsub

pubsub_listener_dotnet()
{
mono $DOTNET_EXAMPLES/example-pub-sub-Listener.exe localhost 5672
}

background "Listening for messages ..." pubsub_listener_dotnet 
clients $py/topic_publisher.py
outputs  $py/topic_publisher.py.out "pubsub_listener_dotnet.out | remove_uuid | sort"