summaryrefslogtreecommitdiff
path: root/trunk/qpid/dotnet/client-010/examples/direct/verify_python_dotnet
blob: 086b31caf4931535f883308ffeeaee75d354667b (plain)
1
2
3
4
5
6
7
8
9
10
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
py=$PYTHON_EXAMPLES/direct

direct_listener_dotnet()
{
mono $DOTNET_EXAMPLES/example-direct-Listener.exe localhost 5672
}

clients $py/declare_queues.py $py/direct_producer.py direct_listener_dotnet
outputs $py/declare_queues.py.out $py/direct_producer.py.out ./direct_listener_dotnet.out