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> <constant>radar</constant>
</setHeader> </setHeader>
<doTry> <doTry>
<multicast> <pipeline>
<pipeline> <bean ref="stringToFile" />
<bean ref="stringToFile" /> <bean ref="radarDecompressor" method="decompress" />
<bean ref="radarDecompressor" method="decompress" /> <bean ref="radarDecoder" method="decode" />
<bean ref="radarDecoder" method="decode" /> <to uri="direct-vm:persistIndexAlert" />
<to uri="direct-vm:persistIndexAlert" /> </pipeline>
</pipeline>
<to uri="jms-generic:queue:fsiRadar" />
</multicast>
<doCatch> <doCatch>
<exception>com.raytheon.uf.common.dataplugin.exception.MalformedDataException</exception> <exception>com.raytheon.uf.common.dataplugin.exception.MalformedDataException</exception>
<to uri="direct-vm:logFailureAsInfo" /> <to uri="direct-vm:logFailureAsInfo" />