Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
ESB Profile Samples
ESB Profile Samples
nopaneltrue

...

  • You will need the two sample FIX applications that come with Quickfix/J (Banzai and Executor). Configure the two applications to establish sessions with the ESB. 

    Info

    For information on setting up Quickfix/J, see Configuring WSO2 Enterprise Integrator to use the FIX transport.

  • Start Banzai and Executor.
  • Enable FIX transport in the Synapse axis2.xml
  • Configure Synapse for FIX samples. 
  • Open the <ESB_HOME>/repository/samples/synapse_sample_257.xml file and make sure that transport.fix.AcceptorConfigURL property points to the 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, create the below configuration and deploy it in the WSO2 EI profile, see Working with WSO2 Integration Studio

    Info
    titleNote

    The ESB creates a new FIX session with Banzai at this point.

  • Send an order request from Banzai to the ESB.

...