JBoss Wildfly with Apache Camel
Wildfly Camel Integration
This sounds interesting: Apache Camel integration with the WildFly Application Server:
- Home page: https://docs.jboss.org/author/display/wfcam/Home
- User guide: https://docs.jboss.org/author/display/wfcam/User+Guide
- Installer: http://sourceforge.net/projects/jboss/files/WildFly-Camel/
There are two ways to deploy a Camel Context to WildFly
- As a single XMl file with a predefined
-camel-context.xml
file suffix - As part of another WildFly supported deployment as
META-INF/jboss-camel-context.xml
file
JBoss Modules
Alternatively, see here how Camel dependencies can be added to JBoss Wildfly using JBoss modules.
Original post: http://peter-on-java.blogspot.com/2014/05/jboss-wildfly-with-apache-camel.html