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

Former-commit-id: ee08cd45d9 [formerly d52b004c2c] [formerly 36120e2d62] [formerly 867d72b2aa [formerly 36120e2d62 [formerly 2e993261cafc85e592a0e0529200e15266f72677]]]
Former-commit-id: 867d72b2aa
Former-commit-id: 8c99896acf727cc55e9c041b21449715320e5f14 [formerly 8965606387]
Former-commit-id: 95b4eaf680
This commit is contained in:
Nate Jensen 2013-09-10 14:19:11 -05:00 committed by Gerrit Code Review
commit c1d764943f
2 changed files with 4 additions and 1 deletions

View file

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

View file

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