radar-ingest remove usused fsiRadar routing

This commit is contained in:
mjames-upc 2017-10-05 15:43:38 -06:00
parent 20a072bd19
commit e28913d42f

View file

@ -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" />