Accessing JMX via Java.

Accessing JMX via Java.

book

Article ID: KB0084726

calendar_today

Updated On:

Products Versions
TIBCO Fulfillment Order Management -
Not Applicable -

Description

Resolution:

Attached is jmxOrchBeanMaven.zip, the Java project to use. This example will execute runDLQBatchErrors operation.

 

- Use the attached jmxOrchBean-1.0.jar and commons-cli-1.2.jar files.


- Execute with "java -jar jmxOrchBean-1.0.jar -h localhost -p 8888 -o 123".


- The output seen from this Java class:


Connecting to localhost:8888 to execute orderId 123
Successfully executed


- In the orchestrator log file, the following will be reported:


 INFO [] [] [Member1] [com.tibco.aff.oms.server.jms.orch.statemachine.OrchEngine] [runDLQBatchErrors] - [ThreadID:1688] execute the dead letter batchError for orderID  : 123




Issue/Introduction

Accessing JMX via Java.

Additional Information

http://docs.oracle.com/javase/tutorial/jmx/index.html

Attachments

Accessing JMX via Java. get_app
Accessing JMX via Java. get_app
Accessing JMX via Java. get_app