summaryrefslogtreecommitdiff
path: root/M4-RCs/qpid/dotnet/client-010/examples/pub-sub/verify_java_dotnet
blob: 52069957c51e570a7a287d4f2a22118694e0893a (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

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

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

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