This content has been marked as final.
Show 3 replies
-
1. Re: How to run running Camel on Jboss EAP
rick_wagner Feb 17, 2016 9:32 PM (in response to ramandeep)Hi Raman,
Have a look at Wildfly Camel (or Fuse 6.2.1, if you prefer EAP to Wildfly).
These toolkits will let you deploy a camel application to the JEE app server. In many cases, you can just plop your properly named XML descriptor into the 'deploy' directory and it will run.
Good luck!
Rick
-
2. Re: How to run running Camel on Jboss EAP
jaysensharma Feb 17, 2016 10:09 PM (in response to ramandeep)You can also have a look at the doc:
1. Chapter 9. Getting Started with Camel on JBoss EAP
2. Camel on JBoss EAP with Custom Modules - DZone Integration
3. http://blog.christianposta.com/camel-on-jboss-eap-with-custom-modules/
Regards
Jay SenSharma
-
3. Re: How to run running Camel on Jboss EAP
ramandeep Feb 19, 2016 1:05 AM (in response to jaysensharma)Thanks Jay , I followed below link and was successfully able to run camel on EAP. Thanks