remove jms-generic:queue:fsiRadar from radar-ingest.xml

This commit is contained in:
mjames-upc 2017-04-10 15:13:46 -06:00
parent 69ec1ea68e
commit 4a88800b39

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