awips2/edexOsgi/com.raytheon.uf.edex.cpgsrv/utility/common_static/base/notification/cpgsrv.xml
Richard Peter fbda83aeb9 Issue #2170: Update Plugin Notification Framework
Change-Id: I2ec99fadbe2f383bb0892c59601350395f1e5277

Former-commit-id: 081a19d5cfca3d717a332357dbaead199767e0b8
2013-12-03 11:41:21 -06:00

15 lines
626 B
XML

<pluginNotificationList>
<!-- TODO: Run time generate to only listen to the radars/models DAT is interested in -->
<pluginNotification>
<endpointName>cpgsrvFiltering</endpointName>
<format>DATAURI</format>
<endpointType>QUEUE</endpointType>
<durable>true</durable>
<timeToLive>120000</timeToLive>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="grid, radar, qpf, obs, sfcobs, ldadmesonet, satellite" constraintType="IN"/>
</mapping>
</metadataMap>
</pluginNotification>
</pluginNotificationList>