radar-ingest remove usused fsiRadar routing
This commit is contained in:
parent
20a072bd19
commit
e28913d42f
1 changed files with 6 additions and 9 deletions
|
@ -39,15 +39,12 @@
|
|||
<constant>radar</constant>
|
||||
</setHeader>
|
||||
<doTry>
|
||||
<multicast>
|
||||
<pipeline>
|
||||
<bean ref="stringToFile" />
|
||||
<bean ref="radarDecompressor" method="decompress" />
|
||||
<bean ref="radarDecoder" method="decode" />
|
||||
<to uri="direct-vm:persistIndexAlert" />
|
||||
</pipeline>
|
||||
<to uri="jms-generic:queue:fsiRadar" />
|
||||
</multicast>
|
||||
<pipeline>
|
||||
<bean ref="stringToFile" />
|
||||
<bean ref="radarDecompressor" method="decompress" />
|
||||
<bean ref="radarDecoder" method="decode" />
|
||||
<to uri="direct-vm:persistIndexAlert" />
|
||||
</pipeline>
|
||||
<doCatch>
|
||||
<exception>com.raytheon.uf.common.dataplugin.exception.MalformedDataException</exception>
|
||||
<to uri="direct-vm:logFailureAsInfo" />
|
||||
|
|
Loading…
Add table
Reference in a new issue