Quick Start Guide

The Demo code works with minimal changes out of the box. To start it for the first time, please do the following:

  1. Download the latest code from Nexus
  2. Once unzipped open in Eclipse/IntelliJ, rebuild the code for the first time.
  3. Change the connection.properties file as appropriately, items that will need to be changed include:
       a. Host/port details
       b. Secondary Host/Port details
       c. Username/password to a service account.
       d. Messaging Server configuration name: Name of messaging server in DC.
  4. Run the tests in src/test/java/com/fd/daas/api folder via your IDE or Maven to test the demo code.