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

Former-commit-id: f2d99af20e [formerly 5905c5d08d] [formerly 2085a9cd33] [formerly fbda83aeb9 [formerly 2085a9cd33 [formerly 081a19d5cfca3d717a332357dbaead199767e0b8]]]
Former-commit-id: fbda83aeb9
Former-commit-id: 92cc0eed5d5ca22d3b43329858c1619c9363e66a [formerly f7f9a4e57c]
Former-commit-id: 670e63d0dd
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>