Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
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 thattransport.fix.AcceptorConfigURL
property points to thefix-synapse.cfg
file you created. Also make sure thattransport.fix. InitiatorConfigURL
property points to thesynapse-sender.cfg
file you created. Once done, create the below configuration and deploy it in the WSO2 EI profile, see Working with WSO2 Integration StudioInfo title Note The ESB creates a new FIX session with Banzai at this point.
- Send an order request from Banzai to the ESB.
...