Table of Contents
Overview
FIX Edge Java is an application server providing FIX connectivity to multiple clients. Client applications communicate with FEJ through one of the multiple transport protocols (e.g. Simple Sockets, TIBCO, JMS, HTTPs) employing transport adaptors. It is designed to be as easy as possible to install, configure, administrate and monitor trading information flows. It is written in Java and has a performance profile suitable for the needs of all clients up to and including large sell-side institutions and large volume traders.
...
The FIXEdge Java's license file can be obtained upon request to the Sales team. The license has an expiration date but it is possible to generate a perpetual license. License information is stored in the ‘fixaj2-license.bin
’ file is expected to be placed in the FIXEdge Java config.rootpath
=./conf
fdirectory. In order to apply a new license, it is enough to replace the current file with a newer one and restart FIXEdge Java.
Please, refer to the How to update license files article for additional information.
...
To perform the test download the FIX Client Simulator and follow the instructions from the Echo Configuration Between FIXEdge Java and Simple Client article.
...
Code Block | ||
---|---|---|
| ||
C:\usr\share\fixedgej\conf>ls -la total 39 drwxr-xr-x 1 root root 8192 Apr 4 15:30 . drwxr-xr-x 1 root root 4096 Apr 4 15:25 .. -rw-r--r-- 1 root root 3280 Mar 24 14:20 cluster.xml (1) -rw-r--r-- 1 root root 1462 Mar 24 14:20 sysconf/fej-context.xml (2) -rw-r--r-- 1 root root 1273 Mar 24 14:20 sysconf/fej-jms.xml (3) -rw-r--r-- 1 root root 2562 Mar 24 14:20 sysconf/fej-monitoring.xml (4) -rw-r--r-- 1 root root 2745 Mar 24 14:20 sysconf/fej-replication.xml (5) -rw-r--r-- 1 root root 2837 Apr 3 20:36 sysconf/fej-routing.xml (6) -rw-r--r-- 1 root root 1655 Mar 24 14:20 sysconf/fej-scheduling.xml (7) -rw-r--r-- 1 root root 2502 Mar 24 14:20 sysconf/fej-security.xml (8) -rw-r--r-- 1 root root 1764 Mar 24 14:20 sysconf/fej-server.xml (9) -rw-r--r-- 1 root root 2122 Mar 24 14:20 fixedge.properties (10) -rw-r--r-- 1 root root 659 Mar 24 14:20 fixengine.properties (11) -rw-r--r-- 1 root root 3196 Mar 24 14:20 jms-adaptor.properties (12) -rw-r--r-- 1 root root 1298 Mar 24 14:20 log4j2.xml (13) drwxr-xr-x 9 root root 4096 Apr 4 15:25 reject (14) -rw-r--r-- 1 root root 3782 Apr 4 14:07 replication.properties (15) -rw-r--r-- 1 root root 313 Mar 24 14:20 rules.groovy (16) -rw-r--r-- 1 root root 287 Mar 24 14:20 schedules.xml (17) drwxr-xr-x 3 root root 0 Apr 4 15:25 session (18) -rw-r--r-- 1 root root 383 Mar 24 14:20 shell.properties (19) -rw-r--r-- 1 root root 30 Mar 24 14:20 users.properties (20) -rw-r--r-- 1 root root 10835 Mar 24 14:20 wrapper.conf (21) |
...