Message Handler Plug-ins

A RAP message handler plug-in receives decoded FAST messages and maps them into the RAP publisher API.

Message handler plug-ins are shared libraries that are dynamically loaded at runtime. They work with the message handler, which is configured through the main configuration file (fastfeedhandler.xml).

Related tasks
Writing a Message Handler Plug-in for the FAST Feed Handler
Writing a Message Handler Plug-in Initialize Function
Writing a Message Handler Plug-in Process Function
Writing a Message Handler Plug-in Finalize Function
Implementing the Shutdown Callback Method
Related reference
Arguments of the Message Handler Plug-in Initialize Function
Arguments of the Message Handler Process Function
Arguments of the Message Handler Finalize Function
C API Definitions of Function Signatures for Building a Message Handler
C API Definition of ffh_fast_message and its Related Structures
FAST Templates