summaryrefslogtreecommitdiff
path: root/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/fanout/verify_java_python
blob: b57cb4af384044150a1f8d17e237875825d09b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
# The JMS producer doesn't create qeueues so utilising the c++ declare_queues
py=$PYTHON/fanout

fanout_producer_java(){
java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.fanout.Producer
}

background "Subscribed" $py/fanout_consumer.py
background "Subscribed" $py/fanout_consumer.py
background "Subscribed" $py/fanout_consumer.py
clients fanout_producer_java
outputs ./fanout_producer_java.out "$py/fanout_consumer.py.out | remove_uuid" "$py/fanout_consumer.pyX.out | remove_uuid" "$py/fanout_consumer.pyXX.out | remove_uuid"