Route configuration

Routes create the link between readers and writers. Routes are created using the ADD ROUTE command. This command defines the name of the route, the source reader, and the destination writer.

For example, to create the route between the NCOMS ObjectServer reader and the writer for a Flat File Gateway, add the following command to the configuration file:

ADD ROUTE FROM NCOMS_READ TO FILE_WRITER;

After this command is issued, the connection between a reader and writer is established. Any alerts received by the source ObjectServer are read by the reader, passed through the route to the writer, and written into the destination ObjectServer or application.