As far as I understand I can setup Camel instructions as Java DSL or Spring
XML commands.
Furthermore I guess that if I take the Spring XML commands like:
<route>
<from uri="jms:queue:order"/>
<pipeline>
<bean ref="validateOrder"/>
<bean ref="registerOrder"/>
<bean ref="sendConfirmEmail"/>
</pipeline>
</route>
I can put them into the activemq.xml config file directly.
But where exactly? Should I put them inside the
<beans>....</beans>
section? or even inside a <broker>...</broker> section?
Ben
--
View this message in context:
http://camel.465427.n5.nabble.com/Where-exactly-put-Spring-XML-commands-in-ActiveMQ-xml-config-file-tp509933p509933.html
Sent from the Camel - Users mailing list archive at Nabble.com.