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_server_cluster.sh
- Start the project on the cluster:
start_project.sh
|
Windows |
Open a command window:- Start the example cluster:
start_server_cluster.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: ./adapter.sh
|
Windows |
Open a command window and enter: 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.