Run the demo feed handler from the command line.
The demo feed handler accepts command line parameters specifying the comma-delimited message file, number of messages to send, and maximum messages to send per second.
Although RAP includes STOCK_QUOTE.csv that you can use as a test message file for demo feed handler, any .csv file that contains Stock Quote messages will work.
demofeedhandler -m messageFile -n numMessages -s maximum_messages_per_second
demofeedhandler -m messageFile -n -1 -s 300000