Samples to test the performance, load and latency in EMS?
book
Article ID: KB0087961
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Resolution: Description: ============
TIBCO Enterprise Message ServiceĀ® (EMS) is shipped with two Java sample programs (tibjmsPerfMaster.java and tibjmsPerfSlave.java) to help with performance testing. They can be found in the <tibco_ems_install>\<version>\samples\java directory.
The tibjmsPerfMaster class publishes instructions to the tibjmsPerfSlave class and invokes the performance message producer. At the end of the run the tibjmsPerfSlave class sends the results back to the tibjmsPerfMaster class. The tibjmsPerfSlave and tibjmsPerfMaster communicate over a specified control topic.
The tibjmsPerfSlave class receives instructions from the tibjmsPerfMaster class to invoke the performance message consumer. At the end of the run the tibjmsPerfSlave class sends the results back to the tibjmsPerfMaster class. The tibjmsPerfSlave and tibjmsPerfMaster communicate over a specified control topic.
These sample programs contain detailed comments on available options and usage.
Environment: ============ All
Issue/Introduction
Samples to test the performance, load and latency in EMS?