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
.
To use the TibrvJMSTransport
class, your application must include tibrvjms.jar
(included with TIBCO Enterprise Message Service) and tibrvjweb.jar
(included with TIBCO Rendezvous).
The TibrvJMSTransport
class provides Rendezvous reliable communication only. Other types of communication, such as certified messaging, are not supported by this transport.
Applications using this transport can send messages to a topic on an EMS server that has the same topic name as the subject of the message. EMS topics receiving Rendezvous messages sent by way of the TibrvJMSTransport
do not need to specify the import
property. This transport cannot be used to send messages to JMS queues.
For more information about TibrvNetTransport
and how to create use transports in TIBCO Rendezvous Java programs, see TIBCO Rendezvous documentation. Table 13 describes the additional methods of TibrvJMSTransport
.
TIBCO Enterprise Message Service™ User’s Guide Software Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |