NSC Overview

 

The NSC is a command line utility used to interact with the TIBCO® Patterns server. Commands can be issued one at a time or from a batch file. NSC can be used to create, update, remove, view objects on the matching engine, or perform searches.  NSC serves as both a potentially useful tool in its own right and as an example of the use of the Java API to the TIBCO® Patterns server.

Requirements

The NSC command line utility was built to be compatible with Java version 1.7 or later.

Command Line Syntax

All commands and arguments are prefaced with a ‘-‘. Arguments that are optional are in square brackets [].  Parameters to arguments are shown in angle brackets <>. All parameters are required.

Starting the NSC

To issue commands from the NSC,:

You must use the NSC.jar located at the following path:

TIBCO_HOME/tps/<version>/NSC/bin/

Then, run the following OS command line:

java –jar NSC.jar [-host hostname] [-port port#][-ssl][-debug] -cmd <-"argument(s)">