summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/pub-sub/verify_dotnet_cpp
blob: 66d0f5ba5212e60ae9edfb4ac87f80a9465484df (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
cpp=$CPP/pub-sub

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

background "Listening" $cpp/topic_listener
clients pubsub_producer_dotnet 
outputs  pubsub_producer_dotnet.out  "$cpp/topic_listener.out | remove_uuid | sort"