Author: hiranya
Date: Tue May 12 02:31:35 2009
New Revision: 35552
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35552

Log:
Documentation update on enabling JMS sender

Modified:
   trunk/esb/java/docs/xdoc/samples/transport_samples.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=35552&r1=35551&r2=35552&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/samples/transport_samples.xml      (original)
+++ trunk/esb/java/docs/xdoc/samples/transport_samples.xml      Tue May 12 
02:31:35 2009
@@ -75,6 +75,11 @@
 transport listener configuration found at conf/axis2.xml as </p>
 <pre xml:space="preserve">&lt;transportReceiver name="jms" 
class="org.apache.axis2.transport.jms.JMSListener"&gt; ...</pre>
 
+<p>You need to enable the JMS transport sender for the ESB to be able to send
+messages over the JMS transport. To enable the JMS transport sender uncomment
+the Axis2 transport sender configuration found at conf/axis2.xml as </p>
+<pre xml:space="preserve">&lt;transportSender name="jms" 
class="org.apache.axis2.transport.jms.JMSSender" /&gt;</pre>
+
 <p>Once you start the Synapse configuration and request for the WSDL of the
 proxy service (http://localhost:8280/services/StockQuoteProxy?wsdl) you will
 notice that its exposed only on the JMS transport. This is because the

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to