summaryrefslogtreecommitdiff
path: root/dotnet/client-010/examples/direct/verify_java_dotnet
blob: 50eb73f9f5471e6150c8ee31d0ad72025ad04aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
cpp=$CPP/direct

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

direct_producer_java()
{
java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer
}

clients $cpp/declare_queues  direct_producer_java direct_listener_dotnet
outputs $cpp/declare_queues.out ./direct_producer_java.out ./direct_listener_dotnet.out