summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/pub-sub/verify_cpp_dotnet
blob: 86d60578ad8fe1177d042fc458d0045a7675d54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
cpp=$CPP/pub-sub

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


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