Omaha #2733 restored geomag distribution registration
added placeholder pattern so the plugin doesn't generate warnings Former-commit-id: fa73924a9c98705d00e6b68203e0cbe418e4cf01
This commit is contained in:
parent
8a7f83e86e
commit
21efc74635
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