Author: ruwan Date: Mon Jun 15 08:07:22 2009 New Revision: 39014 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39014
Log: fixing a doc 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=39014&r1=39013&r2=39014&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples/transport_samples.xml (original) +++ trunk/esb/java/docs/xdoc/samples/transport_samples.xml Mon Jun 15 08:07:22 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&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61616& transport.jms.ContentTypeProperty=Content-Type&transport.jms.DestinationType=queue"</pre> +<pre xml:space="preserve">ant stockquote -Dmode=placeorder -Dtrpurl="jms:/JMStoHTTPStockQuoteProxy?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61616&transport.jms.ContentTypeProperty=Content-Type&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
