mirror of https://github.com/apache/activemq.git
fixing camel 2.0 test failure
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@765941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e0609f5cb
commit
7a4d84a5b8
|
@ -40,7 +40,7 @@
|
||||||
<property name="uri" value="seda:consumer"/>
|
<property name="uri" value="seda:consumer"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="camelTemplate" class="org.apache.camel.spring.CamelTemplateFactoryBean"/>
|
<bean id="camelTemplate" class="org.apache.camel.spring.CamelProducerTemplateFactoryBean"/>
|
||||||
<!-- END SNIPPET: example -->
|
<!-- END SNIPPET: example -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue