Author: hiranya Date: Tue May 12 23:11:50 2009 New Revision: 35651 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35651
Log: Documentation updates for FIX support 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=35651&r1=35650&r2=35651&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples/transport_samples.xml (original) +++ trunk/esb/java/docs/xdoc/samples/transport_samples.xml Tue May 12 23:11:50 2009 @@ -654,7 +654,7 @@ <strong>Prerequisites:</strong><br/> You will need the two sample FIX applications that come with Quickfix/J (Banzai and Executor). Configure the two applications to establish - sessions with Synapse. See <a href="../samples_setup_guide.html#fixsamplesconfig"> + sessions with the ESB. See <a href="../samples_setup_guide.html#fixsamplesconfig"> Configuring Sample FIX Applications</a> </p> <p> @@ -667,7 +667,7 @@ </p> <p> Configure Synapse for FIX samples. See <a href="../samples_setup_guide.html#fixsamples"> - Configuring Synapse for FIX Samples</a> + Configuring WSO2 ESB for FIX Samples</a> </p> <p> Open up the ESB_HOME/repository/samples/synapse_sample_257.xml file @@ -675,18 +675,15 @@ fix-synapse.cfg file you created. Also make sure that transport.fix. InitiatorConfigURL property points to the synapse-sender.cfg file you created. Once done you can start the Synapse configuration numbered 257: - i.e. wso2server -Desb.sample=257. Note that Synapse creates a new FIX session with + i.e. wso2server -Desb.sample=257. Note that the ESB creates a new FIX session with Banzai at this point. </p> <p> - Send an order request from Banzai to Synapse. + Send an order request from Banzai to the ESB. </p> <p> - Synapse will create a session with Executor and forward the order request. The - responses coming from the Executor will be sent back to Banzai. It will take a - couple of seconds for the responses to arrive for the first request since Synapse - has to establish a session with the Executor. But all the subsequent messages - will pass through almost instantaneously. + WSO2 ESB will create a session with Executor and forward the order request. The + responses coming from the Executor will be sent back to Banzai. </p> <h2> <a name="Sample258">Sample 258: Switching from HTTP to FIX </a> 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=35651&r1=35650&r2=35651&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples_setup_guide.xml (original) +++ trunk/esb/java/docs/xdoc/samples_setup_guide.xml Tue May 12 23:11:50 2009 @@ -396,7 +396,7 @@ </transportSender></pre> <h2 id="fixtransport"> - Configuring Synapse for the FIX Transport + Configuring WSO2 ESB for the FIX Transport </h2> <h3 id="fix-transport"> Setting up the FIX Transport @@ -410,14 +410,19 @@ To enable the FIX transport for samples, you need to uncomment the FIX transport sender and FIX transport receiver configurations in the conf/axis2.xml. Simply locate and uncomment the FIXTransportSender - and FIXTransportListener sample configurations. + and FIXTransportListener sample configurations. Alternatively if the + FIX transport management bundle is in use you can enable the FIX transport + listener and the sender from the WSO2 ESB management console. Login to the + console and navigate to 'Transports' on management menu. Scroll down to + locate the sections related to the FIX transport. Simply click on 'Enable' + links to enable the FIX listener and the sender. </p> <p/> <h3 id="fixsamples"> - Configuring Synapse for FIX Samples + Configuring the ESB for FIX Samples </h3> <p> - In order to configure Synapse to run the FIX samples given in this + In order to configure WSO2 ESB to run the FIX samples given in this guide you will need to create some FIX configuration files as specified below. </p> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
