How to get the version of the EMS client jar file used in iProcess

How to get the version of the EMS client jar file used in iProcess

book

Article ID: KB0083192

calendar_today

Updated On:

Products Versions
TIBCO iProcess Technology Plug-ins All versions

Description

How to get the version of the EMS client JAR file used in iProcess.

Ideally the client JAR file version should match the version of the EMS server.

Issue/Introduction

How to get the version of the EMS client JAR file used in iProcess

Environment

TIBCO iProcess Engine (all platforms) TIBCO iProcess Technology Plug-in (all versions)

Resolution

The iProcess Technology Plug-in install copies the EMS client JAR files to SWDIR/jmslib/ems

The primary client JAR file is tibjms.jar

The following can be used to get the version from the tibjms.jar file:

UNIX:
    cd $SWDIR/jmslib/ems
    $SWDIR/java/bin/java -cp ./tibjms.jar com.tibco.tibjms.version

WINDOWS:
    cd $SWDIR\jmslib\ems
    ..\..\java\bin\java -cp ./tibjms.jar com.tibco.tibjms.version

Example output:
    TIBCO Enterprise Message Service
    Copyright 2003-2012 by TIBCO Software Inc.
    All rights reserved.

    Version 6.3.0 V5 1/27/2012