# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify

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

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

background "Listening for messages ..." pubsub_listener_dotnet 
clients pubsub_producer_dotnet 
outputs pubsub_producer_dotnet.out "pubsub_listener_dotnet.out | remove_uuid | sort"
