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

Former-commit-id: d52b004c2c [formerly 36120e2d62] [formerly d52b004c2c [formerly 36120e2d62] [formerly 867d72b2aa [formerly 2e993261cafc85e592a0e0529200e15266f72677]]]
Former-commit-id: 867d72b2aa
Former-commit-id: 95b4eaf680 [formerly 8965606387]
Former-commit-id: bac934c83e
This commit is contained in:
Nate Jensen 2013-09-10 14:19:11 -05:00 committed by Gerrit Code Review
commit 86b2ef4d3e
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 -->