Use file connectors to read Quote messages from a file, and publish
them to Event Stream Processor. The adapter uses the FIX ABFIX44.xml dictionary file, which is used for this example
only.
Prerequisites
Set the value of the
maxPubPoolSize parameter to 2000.
Task- Start Event Stream Processor.
Operating System |
Step |
UNIX |
Open a terminal window: - Start the example cluster:
start_node.sh
- Start the project on the cluster:
start_project.sh
|
Windows |
Open a command window:- Start the example cluster:
start_node.bat
- Add project to the cluster, and start it on the
cluster:
start_project.bat
|
- Start the respective subscriber utility for
Event Stream Processor.
Operating System |
Step |
UNIX |
Open a terminal window and enter: ./esp-subscribe.sh
|
Windows |
Open a command window and enter: esp-subscribe.bat
|
- Start the adapter.
Operating System |
Step |
UNIX |
Open a terminal window and enter: start_adapter.sh
|
Windows |
Open a command window and enter: start_adapter.bat
|
- Wait five to ten seconds for the adapter to initialize.
- There are a total of 10096 records in the 8kmsg.fix file. The FIX adapter reads these records and
publishes them to the ESP server in batches of
2000.
- After 10000 records are published, the adapter waits five seconds, then publishes the remaining
96 records.