Author: ruwan Date: Fri Jun 5 20:46:27 2009 New Revision: 37941 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37941
Log: Fixing the documentation Modified: trunk/esb/java/docs/xdoc/samples/transport_samples.xml trunk/esb/java/docs/xdoc/samples_setup_guide.xml Modified: trunk/esb/java/docs/xdoc/samples/transport_samples.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples/transport_samples.xml?rev=37941&r1=37940&r2=37941&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples/transport_samples.xml (original) +++ trunk/esb/java/docs/xdoc/samples/transport_samples.xml Fri Jun 5 20:46:27 2009 @@ -67,8 +67,8 @@ sample Axis2 server) to enable JMS support using the above provider. Refer to the Axis2 documentation on setting up JMS for more details (<a href="http://ws.apache.org/axis2/1_1/jms-transport.html">http://ws.apache.org/axis2/1_1/jms-transport.html</a>). You will also need to -copy the ActiveMQ client jar files activeio-core-3.0-beta1.jar, -activemq-core-4.0-RC2.jar, backport-util-concurrent-2.1.jar, geronimo-jms_1.1_spec-1.0.jar and geronimo-j2ee-management_1.0_spec-1.0.jar into +copy the ActiveMQ client jar files activeio-core-3.1.0.jar, +activemq-core-5.2.0.jar, geronimo-jms_1.1_spec-1.1.1.jar and geronimo-j2ee-management_1.0_spec-1.0.jar into the lib/extensions directory to allow ESB to connect to the JMS provider. </p> <p>For a default ActiveMQ v4.0 installation, you may uncomment the Axis2 Modified: trunk/esb/java/docs/xdoc/samples_setup_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_setup_guide.xml?rev=37941&r1=37940&r2=37941&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples_setup_guide.xml (original) +++ trunk/esb/java/docs/xdoc/samples_setup_guide.xml Fri Jun 5 20:46:27 2009 @@ -259,8 +259,8 @@ ant jmsclient -Djms_type=binary -Djms_dest=dynamicQueues/JMSFileUploadProxy -Djms_payload=./../../repository/samples/resources/mtom/asf-logo.gif</pre> -<p>Note: The JMS client assumes the existence of a default ActiveMQ (4.1.0 or -above) installation on the local machine. </p> +<p>Note: The JMS client assumes the existence of a default ActiveMQ (5.2.0) installation on the + local machine. </p> <h3 id="L133">3. MTOM / SwA Client </h3> @@ -298,7 +298,7 @@ execute the axis2server.sh or axis2server.bat script. This starts the Axis2 server with the HTTP transport listener on port 9000 and HTTPS on 9002 respectively. To enable JMS transport, you will need to set up and start a -JMS provider. An ActiveMQ 4.0.1 or later JMS server on the local machine is +JMS provider. An ActiveMQ 5.2.0 JMS server on the local machine is supported by default, and can be easily enabled by uncommenting the JMS transport from the conf/axis2.xml </p> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
