StreamBase High Performance FIX dependency on Trove

StreamBase High Performance FIX dependency on Trove

book

Article ID: KB0076048

calendar_today

Updated On:

Products Versions
TIBCO Streaming -

Description

The StreamBase High Performance FIX engine's underlying API has recently added a Trove 3.0.3 dependency to run.

Where can this library be found and installed for use by the FIX engine?

Issue/Introduction

Download and install instructions

Resolution

The Trove library may be downloaded from here:
  https://bitbucket.org/trove4j/trove/downloads/

From the extracted download, copy trove-3.0.3.jar into StreamBase install directory:
  {tibco_home}\sb-cep\7.7\lib\ext\

For TIBCO Streaming version 10 and following, obtaining Trove is handled through this Maven dependency which should be automatically included in the generated pom.xml when using the TIBCO StreamBase High Performance FIX engine:
<dependency>
    <groupId>net.sf.trove4j</groupId>
    <artifactId>trove4j</artifactId>
    <version>3.0.3</version>
</dependency>
If not added automatically, this may be copied into the <dependencies> section of the project pom.xml.