Recipient (-R)

Use the Recipient adapter command (-R) for data sources and data targets to identify the subscribers and recipients when multi-consumer queues are used.

-R {name|name,name,...|@full_path}
or
-R name
Option
Description
name
For a data source, specify the name of one recipient. Only messages sent to this specified recipient are received.
name,name,...
For a data target only, specify a list of subscribers delimited with commas (no spaces).
@ full_path
For a data target only, specify the full path and file name of a file that contains a list of recipients with each recipient's name appearing on a separate line.

For a data target, specify the name of a single recipient or multiple recipients. The file name must be specified using a full path or a relative path to the directory that contains the map file and must be preceded by the "at" sign (@). For example:

-R @c:\inventory\bikes\tricycles.txt

or

-R @/customer/western/stetson.lst

Regarding the format of the map file, each recipient name should be on a separate line in the file. There can be leading and trailing white space characters that are removed during processing. Each line is truncated to 128 characters.