itemList

The itemList element contains one or more instances of the item element.

Summary

adapter                   (required, limit one)
  |----publication                   (required, limit one)
  |----streamMaps                    (required, limit one)
  |      '----streamMap              (required)
  |             |----itemName        (required, limit one)
  |             |----serviceName     (optional)
  |             |----sequenceNumber  (optional)
  |             |----itemStale       (optional)
  |             |----dataField       (required)
  |             |----updateNumber    (required)
  |             |----dateTimeField   (optional)
  |             |----FIDListField    (optional)
  |             '----nullField       (optional)
  |----recordTypeMap                 (optional)
  |      '----recordType             (optional)
  |----rfa                           (required, limit one)
  '----itemLists                     (required, limit one)
         '----itemList               (required)
                '----item            (optional)

Parent

itemLists

Children

Name Requirement
item Zero or more required

Attributes

Name Description Requirement
rfaQueue A name for the rfaQueue which, if provided, replaces the default rfaQueue name and causes a separate thread to be used for this queue Optional
service The name of a Reuters Service that provides incoming data through RMDS Optional if already specified in the parent itemLists element or in all child item elements, otherwise required
stream The name of an Event Stream Processor source stream receives updates on the RICs specified in this list of items Optional if already specified in the parent itemLists element or in all child item elements, otherwise required

Notes

Configure the adapter to push updates for every item in this section to the specified stream. However, you can override the stream specification at the item level.

The adapter supports more than one itemList element under itemLists; this allows you to configure one instance of the adapter to direct updates from two or more groups of RICs to different Event Stream Processor source streams.

The stream you specify must match, by the value of the name attribute, one of the streamMaps defined elsewhere in the map file.

Use the rfaQueue attribute to control scalability.

Example

<itemLists service="SSL_PUB" stream="stream1">
        <itemList service="IDN_RDF" >
                <item name="EUR=" />
                <item name="EURJPY=" stream="stream6" />
        </itemList>
</itemLists>

This itemList element sets the service attribute to IDN_RDF, overriding the SSL_PUB service attribute defined in the parent itemLists element.