summaryrefslogtreecommitdiff
path: root/qpid/java/client/example/src
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-03-17 18:42:34 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-03-17 18:42:34 +0000
commitabba1b692cf1d7a7fede87bed02ef97cc1b556ad (patch)
treed1dc0e7d0e8f629e1f42c4e71472da29f036c134 /qpid/java/client/example/src
parent150a6ffa5d7d1596e1c9afa2268d948dd64a8b6d (diff)
downloadqpid-python-abba1b692cf1d7a7fede87bed02ef97cc1b556ad.tar.gz
verify scripts for the JMS direct exchange examples. This is tracked in JIRA-859
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@638019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/example/src')
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify4
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java5
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp5
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python5
-rw-r--r--qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java5
5 files changed, 24 insertions, 0 deletions
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify
new file mode 100644
index 0000000000..88aaeda9f9
--- /dev/null
+++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify
@@ -0,0 +1,4 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+clients java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Consumer java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer
+outputs ./direct_consumer.java.out ./direct_producer.java.out
+
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java
new file mode 100644
index 0000000000..0eff17a3a0
--- /dev/null
+++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_cpp_java
@@ -0,0 +1,5 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+cpp=$CPP/direct
+clients java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Consumer cpp/direct_producer
+outputs ./direct_consumer.java.out ./direct_producer.cpp.out
+
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp
new file mode 100644
index 0000000000..bdd5946458
--- /dev/null
+++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_cpp
@@ -0,0 +1,5 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+cpp=$CPP/direct
+clients cpp/declare_queues cpp/direct_consumer java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer
+outputs ./declare_queues.cpp.out ./direct_consumer.cpp.out ./direct_producer.java.out
+
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python
new file mode 100644
index 0000000000..faff524f65
--- /dev/null
+++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_java_python
@@ -0,0 +1,5 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON/direct
+clients py/declare_queues.py py/direct_consumer.py java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Producer
+outputs ./declare_queues.py.out ./direct_consumer.py.out ./direct_producer.java.out
+
diff --git a/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java
new file mode 100644
index 0000000000..370623f4ce
--- /dev/null
+++ b/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/direct/verify_python_java
@@ -0,0 +1,5 @@
+# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify
+py=$PYTHON/direct
+clients java -cp "$CLASSPATH" org.apache.qpid.example.jmsexample.direct.Consumer py/direct_producer.py
+outputs ./direct_consumer.java.out ./direct_producer.py.out
+