awips2/edexOsgi/com.raytheon.uf.edex.plugin.scan/utility/common_static/base/notification/scan.xml
2017-04-21 18:33:55 -06:00

15 lines
611 B
XML

<pluginNotificationList>
<!-- TODO: Run time generate to only listen to the specific data scan is interested in -->
<pluginNotification>
<endpointName>scanCpgsrvFiltering</endpointName>
<format>DATAURI</format>
<endpointType>QUEUE</endpointType>
<durable>true</durable>
<timeToLive>120000</timeToLive>
<metadataMap>
<mapping key="pluginName">
<constraint constraintValue="grid, radar, bufrua, binlightning" constraintType="IN"/>
</mapping>
</metadataMap>
</pluginNotification>
</pluginNotificationList>