All Projects → wildfly-extras → Wildfly Camel

wildfly-extras / Wildfly Camel

Licence: apache-2.0
WildFly Camel Subsystem

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wildfly Camel

Bigchaindb Hyperledger
BigchainDB integration with HyperLedger Fabric. In collaboration with TheLedger
Stars: ✭ 20 (-69.7%)
Mutual labels:  integration
Kumuluzee Samples
KumuluzEE samples demonstrate how to get started using KumuluzEE microservice framework. They provide small, specific, working samples that can be used as a reference for your own projects.
Stars: ✭ 47 (-28.79%)
Mutual labels:  javaee
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-15.15%)
Mutual labels:  integration
Zope.sqlalchemy
Integration of SQLAlchemy with transaction management
Stars: ✭ 30 (-54.55%)
Mutual labels:  integration
Reviewbot
Reviewbot is a Slack bot that shows reviewable pull requests.
Stars: ✭ 40 (-39.39%)
Mutual labels:  integration
Jakartaee Docker
Effective Docker and Kubernetes for Java/Jakarta EE Developers
Stars: ✭ 53 (-19.7%)
Mutual labels:  javaee
Walkoff
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Stars: ✭ 855 (+1195.45%)
Mutual labels:  integration
Camel Kafka Connector
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
Stars: ✭ 63 (-4.55%)
Mutual labels:  integration
Grav Plugin Tinymce Editor
TinyMCE Editor Integration Plugin for Grav
Stars: ✭ 44 (-33.33%)
Mutual labels:  integration
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-15.15%)
Mutual labels:  integration
Javaee7 Petclinic
Java EE 7 Petclinic
Stars: ✭ 31 (-53.03%)
Mutual labels:  javaee
Java Blogs
Blogs about Java
Stars: ✭ 39 (-40.91%)
Mutual labels:  javaee
Hrrs
Record, transform, and replay HTTP requests in Java EE and Spring applications.
Stars: ✭ 54 (-18.18%)
Mutual labels:  javaee
Jsftutorial.imanbayli.net
Java Server Faces (JSF) Tutorials
Stars: ✭ 29 (-56.06%)
Mutual labels:  javaee
Reoscript
JavaScript-like script language engine for .NET Application. Easy to plug in .NET Application and making API extension for script. Enhanced syntax and features are also available such as lambda expression, call setTimeout with arguments, etc...
Stars: ✭ 57 (-13.64%)
Mutual labels:  integration
P0f3 Api Py
Python client for p0f3 API
Stars: ✭ 12 (-81.82%)
Mutual labels:  integration
Openwebbeans
Apache OpenWebBeans
Stars: ✭ 47 (-28.79%)
Mutual labels:  javaee
Audi connect ha
Adds an audi connect integration to home assistant
Stars: ✭ 63 (-4.55%)
Mutual labels:  integration
Online Library System
基于MVC设计模式的在线图书馆管理系统
Stars: ✭ 58 (-12.12%)
Mutual labels:  javaee
Hangfire.autofac
Hangfire job activator based on Autofac IoC container
Stars: ✭ 54 (-18.18%)
Mutual labels:  integration

WildFly Camel

QA Default License Maven Central Join the chat at freenode:wildfly-camel

Open workspace in Eclipse Che

Provides Apache Camel integration with the WildFly Application Server.

The WildFly-Camel Subsystem allows you to add Camel Routes as part of the WildFly configuration. Routes can be deployed as part of Jarkarta EE applications. Jarkarta EE components can access the Camel Core API and various Camel Component APIs.

Your Enterprise Integration Solution can be architected as a combination of Jarkarta EE and Camel functionality.

Documentation

The docs are generated using Asciidoctor.

To generate an update of the docs use:

$ mvn clean install -f docs

If you like to contribute to the docs, please file a pull request against the master branch.

Running Examples

The wildfly-camel-examples are also available on Eclipse Che.

Open workspace in Eclipse Che

System Requirements

Java

Minimum of Java 1.8, to run WildFly and Maven.

Maven

Minimum of Maven 3.2.3.

Build

The default build is straight forward

$ mvn clean install

The extended build includes the set of Jarkarta EE integration examples

$ mvn clean install -Dts.all

If you like to contribute to the project, please file a pull request.

Install

Simply apply the wildfly-camel-patch to a compatible wildfly version.

Run

In your WildFly home directory run ...

$ bin/standalone.sh -c standalone-camel.xml

Docker

To setup OpenShift Origin with an integrated Docker environment, follow the instructions here.

Then simply run the docker image like this ...

$ docker run --rm -ti -p 9990:9990 -p 8080:8080 -e WILDFLY_MANAGEMENT_USER=admin -e WILDFLY_MANAGEMENT_PASSWORD=admin wildflyext/wildfly-camel

Access WildFly Management Console at https://10.2.2.2:8443/console and the Hawtio console at http://10.2.2.2:8080/hawtio

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].