How to JMS queue in Weblogic using Mbean. Mbean 이용한 Weblogic queue 모니터링
How to JMS queue in Weblogic using JMX(Mbean). 아래 자료를 읽은 후에, 접근해야 Mbean 을 이해할 수 있다.http://docs.oracle.com/cd/E14571_01/apirefs.1111/e13951/core/index.html Mbean Root "ServerRuntimes" 이후부터, 찾고자 하는Related MBeans를 찾아서 한단계씩 내려가다가 마지막 destination 에서 attribute를 찾아서 출력하면 된다. import java.io.IOException;import java.net.MalformedURLException;import java.util.Hashtable;import javax.management.MBeanServerCo..
Oracle/Weblogic
2013. 10. 20. 23:28