Java Programmer’s Checklist
Install
- Install the EMS software release, which automatically includes the EMS jar files in the EMS_HOME/lib subdirectory.
- Add the full pathnames for the following jar files to your
CLASSPATH:
jms-2.0.jar tibjms.jar
- Programs that use the unshared state failover API must add the following file to the
CLASSPATH:
tibjmsufo.jar
Code
Import the following packages into your EMS application:
import javax.jms.*; import javax.naming.*;
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.