Omaha #2733 restored geomag distribution registration
added placeholder pattern so the plugin doesn't generate warnings Former-commit-id:21efc74635
[formerly fa73924a9c98705d00e6b68203e0cbe418e4cf01] Former-commit-id:2ebc0a6ae5
This commit is contained in:
parent
2089860011
commit
2563b644bd
2 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
<property name="dao" ref="geomagDao" />
|
||||
</bean>
|
||||
|
||||
<bean id="geomagDistRegistry" factory-bean="distributionSrv"
|
||||
factory-method="register">
|
||||
<constructor-arg ref="geomagPluginName" />
|
||||
<constructor-arg value="jms-durable:queue:Ingest.GeoMag"/>
|
||||
</bean>
|
||||
|
||||
<bean id="trig1minCalc" class="gov.noaa.nws.ncep.edex.plugin.geomag.TrigKCalculation" />
|
||||
|
||||
<camelContext id="geomag-camel"
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<requestPatterns xmlns:ns2="group">
|
||||
<!-- this is a placeholder file for distribution registration.
|
||||
Actual distribution patterns can be added by overriding this file in localization -->
|
||||
<regex>^GEOMAG_FILE$</regex>
|
||||
</requestPatterns>
|
Loading…
Add table
Reference in a new issue