Author: hiranya
Date: Thu Jun  4 05:48:58 2009
New Revision: 37766
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=37766

Log:
Documentation update for JMS client invocation

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=37766&r1=37765&r2=37766&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/samples/transport_samples.xml      (original)
+++ trunk/esb/java/docs/xdoc/samples/transport_samples.xml      Thu Jun  4 
05:48:58 2009
@@ -406,7 +406,7 @@
 the one way JMS message flowing through ESB into the sample Axis2 server
 instance over http, and Axis2 acknowledging it with a http 202 Accepted
 response. </p>
-<pre xml:space="preserve">ant stockquote -Dmode=placeorder 
-Dtrpurl="jms:/JMStoHTTPStockQuoteProxy?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;java.naming.provider.url=tcp://localhost:61616"</pre>
+<pre xml:space="preserve">ant stockquote -Dmode=placeorder 
-Dtrpurl="jms:/JMStoHTTPStockQuoteProxy?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;java.naming.provider.url=tcp://localhost:61616&amp;transport.jms.ContentTypeProperty=Content-Type&amp;transport.jms.DestinationType=queue"</pre>
 <pre xml:space="preserve">SimpleStockQuoteService :: Accepted order for : 7482 
stocks of IBM at $ 169.27205579038733</pre>
 
 <p>The second example shows how ESB could be made to respond with a http 202

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

Reply via email to