blob: 3758e0f0149827a177297af14fa5df3677099f30 [file] [log] [blame]
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
py=$PYTHON_EXAMPLES/pubsub
topic_publisher_java(){
java -Dlog4j.configuration=file://"$JAVA"/log4j.xml -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.pubsub.Publisher
}
background "Queues created" $py/topic_subscriber.py
clients topic_publisher_java
outputs ./topic_publisher_java.out "$py/topic_subscriber.py.out | remove_uuid | sort"