Running TIBCO Enterprise Message Service Client-Side Application


In order to run the client-side application, you must implement the items on the programmer’s check list, and then connect the client side to the server. There are two methods to connect the client to the server: directly and with the JNDI interface. This section describes the programmer’s checklist, security considerations, and both methods of connecting to the server.

Programmer’s Checklist

In order to compile and run a client-side Java application using TIBCO Enterprise Message Service, you must be sure:

  1. Your application imports the following packages:
  2.    import javax.jms.*; 
       import javax.naming.*; 
    
  3. The CLASSPATH includes the following jar files:
  4.    jms.jar 
       jndi.jar 
       tibjms.jar 
    
  5. If SSL is used for communication, add the following files to the CLASSPATH:
  6.    tibcrypt.jar 
       jnet.jar 
       jcert.jar 
       jsse.jar 
    

All necessary jar files are located in the java subdirectory of the TIBCO Enterprise Message Service installation directory.


TIBCO Enterprise Message Service™ User’s Guide
Software Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com