Skip to content

weimeilin79/jboss-fuse-fsi-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSI Fund Processing Demo

Please see the Demo WriteUp for the steps to recreate.

In this demo, we look at some common scenarios that may arise at a FSI based customer although it's generic enough that it could be demo'd for a broad audience too. The domain is loosely based around an event that generates a new Fund that then needs to be broadcasted to a set of interested consumers where each can handle the event separately.

There are three modules that make up this demo, each which can be deployed and demoed separately, but together can make for a full-blown Fabric8/JBoss Fuse demo.

See the Readme.md for each module for more information, but at a very high level:

  • file-listener -- a microservice that monitors a file system for files. when a file is detected and its contents placed on a publish-subscribe JMS destination (topic)
  • fund-persister -- a microservce that consumers from a topic that represents a new fund being generated. this service is responsible for storing the Fund to a database
  • fund-processor -- a microservice that consumes from a topic that represents a new fund being generated. this service transforms the data and stores to a different file location.

About

A JBoss Fuse 6.1 demo with a FSI demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.0%
  • XSLT 15.0%