JBoss Wildfly with Apache Camel

Wildfly Camel Integration

This sounds interesting: Apache Camel integration with the WildFly Application Server:

There are two ways to deploy a Camel Context to WildFly

  1. As a single XMl file with a predefined -camel-context.xml file suffix
  2. 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

Tags javaee camel