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.
Specify -1 to continuously loop through the file until the user chooses to stop it.
-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.