Hi

See
http://activemq.apache.org/enterprise-integration-patterns.html

There should be a sample <camelContext/> in there where you put your
routes inside.


On Thu, Jun 17, 2010 at 3:48 PM, benxs <[email protected]> wrote:
>
> 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.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to