Author: ningjiang
Date: Mon Apr 23 07:14:16 2007
New Revision: 531473
URL: http://svn.apache.org/viewvc?view=rev&rev=531473
Log:
CXF-576 updated the readme for activeMQ 4.1.1
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt?view=diff&rev=531473&r1=531472&r2=531473
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
Mon Apr 23 07:14:16 2007
@@ -28,14 +28,20 @@
This demo requires ActiveMQ 4.1.X. Before you run this
demo, please make sure you had installed the ActiveMQ 4.1.X and
set ACTIVEMQ_HOME and ACTIVEMQ_VERSION environment variables.
-Also, the ACTIVEMQ_VERSION environment variable should include the
-'-incubator' suffix. For example,
+ActiveMQ 4.1.0 the version variable should be
For Unix:
export ACTIVEMQ_VERSION=4.1.0-incubator
For Windows:
set ACTIVEMQ_VERSION=4.1.0-incubator
+
+ActiveMQ 4.1.1 the version variable should be
+For Unix:
+export ACTIVEMQ_VERSION=4.1.1
+
+For Windows:
+set ACTIVEMQ_VERSION=4.1.1
Before you run this demo, start up the JMS message broker.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt?view=diff&rev=531473&r1=531472&r2=531473
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
Mon Apr 23 07:14:16 2007
@@ -28,14 +28,22 @@
This demo requires ActiveMQ 4.1.X. Before you run this
demo, please make sure you had installed the ActiveMQ 4.1.X and
set ACTIVEMQ_HOME and ACTIVEMQ_VERSION environment variables.
-Also, the ACTIVEMQ_VERSION environment variable should include the
-'-incubator' suffix. For example,
+ActiveMQ 4.1.0 the version variable should be
For Unix:
export ACTIVEMQ_VERSION=4.1.0-incubator
For Windows:
set ACTIVEMQ_VERSION=4.1.0-incubator
+
+ActiveMQ 4.1.1 the version variable should be
+For Unix:
+export ACTIVEMQ_VERSION=4.1.1
+
+For Windows:
+set ACTIVEMQ_VERSION=4.1.1
+
+
Before you run this demo, please start up the JMS message broker first.