Installation

To install a PubSub+ Messaging API, unzip the archive file for your supported platform.

PubSub+ Java RTO API

The extracted package contains the following subdirectories in the /solclientj directory

  • docsPubSub+ Java RTO API developer reference documentation
  • libPubSub+ Java RTO API libraries
  • license — contains the Apache license version 2.0 agreement and JZlib license for use with PubSub+ Java RTO API
  • samples — contains PubSub+ Java RTO API sample applications that provide a basic introduction to how to use JCSMP for messaging applications; for detailed information, see the readme.txt file included in this directory

PubSub+ C API

The extracted package contains the following subdirectories in the solclient directory:

exPubSub+ C API sample applications that provide a basic introduction to how to use the PubSub+ C API for messaging applications; for detailed information on how to run these sample applications, see the README.txt file included in this directory

includePubSub+ C API header files

Intro — introductory PubSub+ C API sample applications to clearly illustrate message concepts; these sample applications do not include error checking no handling

libPubSub+ C API runtime libraries

 

The PubSub+ C API developer online reference documentation for all platforms is found in a separate solclient-doc.tar.gz archive.

PubSub+ .NET API

The extracted manually downloaded package contains the following subdirectories in the /solclient-dotnet directory:

docsPubSub+ .NET API developer online reference help file (.chm)

exPubSub+ .NET API sample applications that provide a basic introduction to how to use the PubSub+ .NET API for messaging applications; for detailed information on how to run these sample applications, see the README.txt file included in this directory

intro — introductory PubSub+ .NET API sample applications to clearly illustrate message concepts; these sample applications do not include error checking no handling.

lib — contains PubSub+ .NET API assemblies and PubSub+ C API runtime libraries

The NuGet package contains the following subdirectories:

PubSub+ JavaScript API

To install the web browser-based PubSub+ JavaScript API, unzip the solclientjs-<version>.zip file on any supported platform. The resulting solclientjs directory contains the following directories:

  • docs—Contains the PubSub+ JavaScript API Reference.

    The API developer online reference is an online help application describing the classes, interfaces, constructors, methods, and fields.

  • lib—Contains the release and debug versions of the PubSub+ JavaScript API library files.

PubSub+ Node.js API

The API is available as a Node.js module, solclientjs. To install the PubSub+ Messaging API for Node.js from the npm registry, ensure that Node.js and the npm package manager for Node.js are properly installed, and then execute the following command from your project's root folder:

npm install solclientjs

The resulting node_modules/solclientjs directory contains the following directories:

  • docs—Contains the PubSub+ JavaScript API reference.

  • lib—Contains the Node.js module files.