CHANNEL_STORE | specifies a character string that indicates the SAS Metadata Repository that contains the channel and subscriber metadata. If channel definitions and subscriber definitions are maintained in a SAS Metadata Repository, then the syntax for the CHANNEL_STORE property is as follows: SAS-OMA://hostname[:port/reposname=repositoryName; Where hostname is the name of SAS Metadata Server that contains channel information. HOSTNAME must be a DNS name or IP address of a host that is running a SAS Metadata Server. The port specifies the TCP port of the SAS Metadata Server. If no port is specified, then 8561 is used as a default. The reposname is the name of the repository. |
FOLDER_PATH | specifies the folder path for the channel of interest.
This value is used to search for channels with specific names that
exist in specific folder locations. When a user defines a channel
via SAS Management Console, all channels by default exist in the /Channels folder. SAS Management Console allows the
user to define multiple folders and subfolders. All FOLDER_PATH properties
must start with /Channels and then
can identify subfolders if necessary. For example, a channel named
"Sales" might be defined in two different folders: /Channels/Reports/US/ or /Channels/Reports/Europe/ .
|
SELECTOR | specified on the CALL routine, it identifies the name/value properties to define on the event messages that are published. These properties can be used by the Event Broker to determine what messages should be removed from the queue. The Event Broker can be configured so that it removes only messages from the queue that match particular name/value selectors. If the Event Broker configures selectors, then only messages that have properties that match the configured selector are delivered to the Event Broker. Other messages remain on the queue. |