summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_python
blob: dd62dbcbebbf2a8f304ee0cedb7ef8df6cee612f (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_producer_dotnet()
{
mono $DOTNET_EXAMPLES/example-pub-sub-Publisher.exe localhost 5672
}

background "Queues created" $py/topic_subscriber.py
clients pubsub_producer_dotnet 
outputs  ./pubsub_producer_dotnet.out "$py/topic_subscriber.py.out | remove_uuid | sort"