This tutorial will discuss how to create a basic Red Hat Fuse Integration Project from the command line, using Maven archetypes using Spring Boot as container.
Red Hat Fuse
Getting started with JBoss Fuse 7
This tutorial will guide you to get started through the Enterprise integration capabilities of Red Hat Fuse. We will cover the installation of Fuse on the top of JBoss EAP
Hello World Fuse 7 application on JBoss EAP
In this tutorial we will create our first Java EE application which uses a Camel route and then we will deploy in on JBoss EAP with Fuse running on the top of it.
How to integrate Artemis MQ with Red Hat Fuse
In this tutorial we will learn how to create a Red Hat Fuse application with Spring Boot which sends and consumes messages to Apache Artemis MQ.
Orchestrate JAX-WS Web services with JBoss Fuse
In this tutorial we will learn how to install a Camel blueprint project on JBoss Fuse and orchestrate a CXF Web service which is published on WildFly application server.
HelloWorld JBoss Fuse on Karaf
In this tutorial we will move our first steps with Red Hat JBoss Fuse, we will learn What is JBoss Fuse, how to install it and we will run a first demo application on it.
Building your first JBoss Fuse OSGi project with Maven
In this tutorial we will create our first Red Hat JBoss Fuse project using Maven. The project will contain a Camel route with OSGi blueprint support that is ready to be deployed in JBoss Fuse.
Proxy Web Services request with JBoss Fuse
In this tutorial we will learn how to provide a Web service facade using a Came blueprint project which proxies request to a legacy web service.
Creating JBoss Fuse Spring Boot projects with Red Hat Code Ready Studio
In this lesson we will learn how to create a Red Hat Fuse project using JBoss Fuse tooling which is included in Red Hat Code Ready studio and to run a Fuse project within it.
Deploying bundles to JBoss Fuse
JBoss Fuse can hot deploy your OSGi bundles automatically when you drop the JAR files in the InstallDir/deploy directory. When you copy a JAR file in this directory, it will be automatically installed in the runtime and also started. Just the same, if you update or delete the JARs, and the changes are handled automatically.