Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Objective: Demonstrate the capability of CBR FIX messages.
...
- Start Banzai and Executor using the custom config files.
- Enable FIX transport in the Synapse
axis2.xml
. - Configure Synapse for FIX samples.
- Open up the <
EI_HOME>/samples/service-bus/synapse_sample_262.xml
file and make sure thattransport.fix.AcceptorConfigURL
property points to thefix-synapse.cfg
file you created andtransport.fix.InitiatorConfigURL
points to thesynapse-sender.cfg
file you created. Once done, you can start the Synapse configuration numbered 262:wso2ei-samples.sh -sn 262
Info | ||
---|---|---|
| ||
Synapse creates a new FIX session with Banzai at this point. |
...