下面是我的驼峰上下文,但是从属性文件中读取vlaue不起作用,它不会侦听queueName中提到的Queue。正在使用投票 丰富一个好主意,因为它使用直接组件?
<bean id="bridgePropertyPlaceholder"
class="org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer">
<property name="location" value="classpath:/config/queue.properties"/>
</bean>
<Route>
<from uri="activemq:queue:{{queueName}}/>
.......
</Route>