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:
- Download the latest code from Nexus
- Once unzipped open in Eclipse/IntelliJ, rebuild the code for the first time.
- 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. - Run the tests in src/test/java/com/fd/daas/api folder via your IDE or Maven to test the demo code.