Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
- You will need the sample FIX blotter that come with Quickfix/J (Banzai). Configure the blotter to establish sessions with Synapse.
- Start the Axis2 server and deploy the
SimpleStockQuoteService
if not already deployed. - Start Banzai.
- Enable FIX transport in the
Synapse axis2.xml
. - Configure ESB for FIX samples.
Open up the
ESB_HOME/repository/samples/synapse_sample_259.xml
file and make sure thattransport.fix.AcceptorConfigURL
property points to thefix-synapse.cfg
file you created. Once done, create the above configuration and deploy it in the WSO2 EI profile, seeĀ Working with WSO2 Integration StudioInfo title Note Synapse creates a new FIX session with Banzai at this point.
- Send an order request from Banzai to Synapse. For example, Buy DELL 1000 @ 100. User has to send a "Limit" Order because price is a mandatory field for
placeOrder
operation.
...