Skip to content

Fabric3/samples-fastquote

Repository files navigation

Fabric3 FastQuote Sample Application

Introduction

This sample provides an overview of how to build event-based systems with Fabric3. FastQuote is a fictitious financial institution that provides foreign exchange trading to its clients.

Topics Demonstrated

  • Event-driven design with Fabric3
  • Asynchronous programming with Fabric3
  • High performance messaging using ZeroMQ with Fabric3
  • System modularity, packaging and deployment with Fabric3

Prerequisites

Installation

  • To build the samples, execute the following command from the top level directory:

    mvn clean install

    Be sure to ensure ports 8181, 8182, 12001, 13001 are available as they are required for remote transports enabled by the application.

Documentation

Reporting Issues