Merge "Issue #2368: Fix grib-decode.xml for future case" into omaha_13.5.1.1

Former-commit-id: a195e02b08 [formerly cc0207ec34b50ec2331e1d469153fd29a7be22ae]
Former-commit-id: e50aa8d7d7
This commit is contained in:
Nate Jensen 2013-09-23 12:45:23 -05:00 committed by Gerrit Code Review
commit 35628f0569

View file

@ -9,7 +9,7 @@
<constructor-arg ref="jmsGribConfig" />
<property name="taskExecutor" ref="gribThreadPool" />
</bean>
<bean id="jmsConfig" class="org.apache.camel.component.jms.JmsConfiguration"
<bean id="jmsGribConfig" class="org.apache.camel.component.jms.JmsConfiguration"
factory-bean="jmsDurableConfig" factory-method="copy"/>
<bean id="gribThreadPool"
class="com.raytheon.uf.edex.esb.camel.spring.JmsThreadPoolTaskExecutor">