Demo Feed Handler is an executable that reads messages from a demo file, and sends those messages to a subscriber.
To run Demo Feed Handler from the command line:
demofeedhandler -m <messageFile> -n <numMessages> -s <maximum messages per second>
Include the full path and file name
of the demo data file as the messageFile
argument.
Use a positive integer (any number from 1 to over 4 billion) as the numMessages argument to process a specific number of messages.
-s <maximum messages per second>
is
an optional switch that allows the user to simulate various scenarios.
If absent, messages will be sent at the maximum possible speed.
Specify -1 to continuously loop through the file, until the user chooses to stop it.
Although Sybase RAP includes STOCK_QUOTE.csv that
you can use as a test message file for Demo Feed Handler, you can
use .csv file that contains Stock Quote messages
will work.