Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FastQuote uses the Zero MQ messaging library and therefore only runs on Linux (RedHat or compatible), Windows 7+, and OS X. The Liquidity Provider and Price Engine services are run on two Fabric3 instances. Unlike the other samples, FastQuote must be deployed on the servers produced by the Maven modules under the fastquote/servers directory. These servers demonstrate how to use the Fabric3 Maven Assembly Plugin to build custom runtime images, in this case configured with extensions that provide low-latency features required to run the samples. 

...

The build will produce the FastQuote modules and runtime images in the provider/target/image and pe/target/image directories.

2. Start the servers

Boot the Fabric3 runtime Provider and PE runtimes from the server/vm/image/bin directory  directories by executing:

java -jar server.jar

Alternatively, the server servers can be started by providing the path to the seerverserver.jar archive  archive relative to the current directory. e.g.:

...