Merge "Issue #2316 remove pirep/airep file endpoints" into development

Former-commit-id: 2e993261cafc85e592a0e0529200e15266f72677
This commit is contained in:
Nate Jensen 2013-09-10 14:19:11 -05:00 committed by Gerrit Code Review
commit 867d72b2aa
2 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,7 @@
errorHandlerRef="errorHandler"
autoStartup="false">
<!--
<endpoint id="airepFileEndpoint" uri="file:${edex.home}/data/sbn/airep?noop=true&amp;idempotent=false" />
<route id="airepFileConsumerRoute">
@ -37,7 +38,7 @@
</setHeader>
<to uri="jms-generic:queue:Ingest.airep" />
</route>
-->
<!-- Begin airep routes -->
<route id="airepIngestRoute">

View file

@ -32,6 +32,7 @@
errorHandlerRef="errorHandler"
autoStartup="false">
<!-- Allow use of sbn -->
<!--
<endpoint id="pirepFileEndpoint" uri="file:${edex.home}/data/sbn/pirep?noop=true&amp;idempotent=false"/>
<route id="pirepFileConsumerRoute">
@ -42,6 +43,7 @@
</setHeader>
<to uri="jms-generic:queue:Ingest.pirep"/>
</route>
-->
<!-- End of section to allow use of sbn -->
<!-- Begin pirep routes -->