TIBCO Enterprise Message Service is shipped with the tibrvjms.jar file that you can include in your TIBCO Rendezvous applications. This JAR file includes the implementation of the
com.tibco.tibrv.TibrvJMSTransport class. This class extends the
com.tibco.tibrv.TibrvNetTransport class and allows your pure Java Rendezvous programs to communicate directly with the EMS server instead of through
rva.
the application must include tibrvjms.jar and EITHER tibrvjweb.jar OR tibrvj.jar, but CANNOT include tibrvnative.jar
To use the TibrvJMSTransport class, your application must include
tibrvjms.jar (included with EMS) and either
tibrvjweb.jar or
tibrv.jar (included with TIBCO Rendezvous). Your application
cannot include
tibrvnative.jar.
The TibrvJMSTransport class provides Rendezvous reliable communication only. Other types of communication, such as certified messaging, are not supported by this transport.
For more information about TibrvNetTransport and how to create use transports in TIBCO Rendezvous Java programs, see TIBCO Rendezvous documentation. For more information about the additional methods of
TibrvJMSTransport, see the
TIBCO Enterprise Message Service Java API Reference.