Skip to content

Latest commit

 

History

History

beginner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

beginner: Fuse Quickstarts for new Fuse users.

Author: Fuse Team
Level: Beginner
Technologies: Fuse
Summary: This directory contains the beginner quickstarts which demonstrate how to use fuse with various technologies.
Target Product: Fuse
Source: https://github.com/jboss-fuse/quickstarts

The following quickstarts are beginner examples that use Apache Camel and which we recommend for first time users

  • camel.cbr - a small Camel application using Content Based Router (one of the most common EIP pattern)
  • camel.eips - demonstrates a number of other commonly used EIP patterns with Apache Camel.
  • camel.errorhandler - introduction to error handling with Camel, including using redelivery and a Dead Letter Channel.
  • camel.log - a very simple Camel application using a timer to trigger a message every 5th second which is then written to the server log.
  • camel.log.wiki - a wiki based example of camel.log where the Camel routes are stored in an XML file inside the wiki so you can edit it via the browser and use rolling upgrades to update it and roll forward/backward changes to containers without having to release any Java artifacts.