Edge Data Streaming
- Edge Data Streaming 2.4.0
- All Products
<template name="entity-user-template"> <options type="source"> <option name="umq_ulb_flight_size" default-value="1000"/> </options> <options type="context"> </options> <options type="receiver"> </options> </template>
<template name="entity-user-template"> <options type="source"> <option default-value="all-stores" name="ume_retention_intragroup_stability_behavior"/> </options> <options type="context"></options> <options type="receiver"></options> </template>
<template name="entity-user-template"> <options type="source"> <option default-value="all" name="ume_retention_intergroup_stability_behavior"/> <option default-value="0:3" name="ume_store_group"/> <option default-value="1:3" name="ume_store_group"/> </options> <options type="context"></options> <options type="receiver"></options> </template>
<template name="entity-user-template"> <options type="source"> <option name="ume_store_name" default-value="VDS230Store1"/> <option name="ume_store_name" default-value="VDS230Store2"/> <option name="ume_store_name" default-value="VDS230Store3"/> </options> <options type="context"> </options> <options type="receiver"> </options> </template>
<?xml version="1.0" encoding="UTF-8"?> <!-- - A simple configuration file for a UME store daemon that listens on port - 14567 for registration. Logs are appended to the file ume-example-stored.log --> <!DOCTYPE umestore SYSTEM "umestore.dtd"> <ume-store version="1.2"> <daemon> <lbm-config>C:\Informatica\UM\UMP_6.8\config\ump.cfg</lbm-config> <log>ump.out</log> <pidfile>umestored.pid</pidfile> <web-monitor>*:15304</web-monitor> <lbm-license-file><Path to license>\UMQLicense.txt</lbm-license-file> </daemon> <stores> <store name="EDS Store A" port="14567"> <ume-attributes> <option type="store" name="disk-cache-directory" value="C:\Informatica\UM\UMP_6.8\cache1"/> <option type="store" name="disk-state-directory" value="C:\Informatica\UM\UMP_6.8\state1"/> <option type="store" name="allow-proxy-source" value="1"/> <option type="store" name="context-name" value="VDSStoreA"/> </ume-attributes> <topics> <topic pattern="." type="PCRE"> <ume-attributes> <option type="store" name="repository-type" value="disk"/> <option type="store" name="repository-size-threshold" value="104857600"/> <option type="store" name="repository-size-limit" value="209715200"/> <option type="store" name="repository-disk-file-size-limit" value="1073741824"/> <option type="store" name="source-activity-timeout" value="30000"/> <option type="store" name="receiver-activity-timeout" value="604800000"/> <option type="store" name="retransmission-request-forwarding" value="0"/> </ume-attributes> </topic> </topics> </store> <store name="EDS Store B" port="14568"> <ume-attributes> <option type="store" name="disk-cache-directory" value="C:\Informatica\UM\UMP_6.8\cache2"/> <option type="store" name="disk-state-directory" value="C:\Informatica\UM\UMP_6.8\state2"/> <option type="store" name="allow-proxy-source" value="1"/> <option type="store" name="context-name" value="VDSStoreB"/> </ume-attributes> <topics> <topic pattern="." type="PCRE"> <ume-attributes> <option type="store" name="repository-type" value="disk"/> <option type="store" name="repository-size-threshold" value="104857600"/> <option type="store" name="repository-size-limit" value="209715200"/> <option type="store" name="repository-disk-file-size-limit" value="1073741824"/> <option type="store" name="source-activity-timeout" value="30000"/> <option type="store" name="receiver-activity-timeout" value="604800000"/> <option type="store" name="retransmission-request-forwarding" value="0"/> </ume-attributes> </topic> </topics> </store> <store name="EDS Store C" port="14569"> <ume-attributes> <option type="store" name="disk-cache-directory" value="C:\Informatica\UM\UMP_6.8\cache3"/> <option type="store" name="disk-state-directory" value="C:\Informatica\UM\UMP_6.8\state3"/> <option type="store" name="allow-proxy-source" value="1"/> <option type="store" name="context-name" value="VDSStoreC"/> </ume-attributes> <topics> <topic pattern="." type="PCRE"> <ume-attributes> <option type="store" name="repository-type" value="disk"/> <option type="store" name="repository-size-threshold" value="104857600"/> <option type="store" name="repository-size-limit" value="209715200"/> <option type="store" name="repository-disk-file-size-limit" value="1073741824"/> <option type="store" name="source-activity-timeout" value="30000"/> <option type="store" name="receiver-activity-timeout" value="604800000"/> <option type="store" name="retransmission-request-forwarding" value="0"/> </ume-attributes> </topic> </topics> </store> </stores> </ume-store>