WMQConnectivityTester MBean

Partial ObjectName:
WebSphere:*,type=WMQConnectivityTester


MBean WMQConnectivityTester

Management interface for testing JMS connectivity to WebSphere MQ


Operation Summary
java.lang.ExceptiontestJmsConnection(java.lang.String queueManagerName, java.lang.String hostname, java.lang.Integer port, java.lang.String serverConnectionChannel, java.lang.Boolean bindingsThenClient)
           Tests client transport mode JMS connectivity to WebSphere MQ
java.lang.ExceptiontestJmsConnection(java.lang.String queueManagerName, java.lang.String connectionNameList, java.lang.String serverConnectionChannel, java.lang.Boolean bindingsThenClient)
           Tests client transport mode JMS connectivity to WebSphere MQ
java.lang.ExceptiontestJmsConnection(java.lang.String queueManagerName)
           Tests bindings transport mode JMS connectivity to WebSphere MQ
java.lang.ExceptiontestJmsConnection(java.lang.String ccdtUrl, java.lang.String ccdtQmname)
           Tests client transport mode JMS connectivity to WebSphere MQ using a CCDT

Operation Detail

testJmsConnection

public java.lang.Exception testJmsConnection(java.lang.String queueManagerName, java.lang.String hostname, java.lang.Integer port, java.lang.String serverConnectionChannel, java.lang.Boolean bindingsThenClient)
Tests client transport mode JMS connectivity to WebSphere MQ
Parameters:
queueManagerName - The name of the WebSphere MQ queue manager to test JMS connectivity to
hostname - The hostname of the WebSphere MQ queue manager to test JMS connectivity to
port - The port number of the WebSphere MQ queue manager to test JMS connectivity to
serverConnectionChannel - The server connection channel of the WebSphere MQ queue manager to test JMS connectivity to
bindingsThenClient - Should a bindings transport mode connectivity test be performed prior to attempting a client transport mode connectivity test?
Security Roles:
administrator
operator

testJmsConnection

public java.lang.Exception testJmsConnection(java.lang.String queueManagerName, java.lang.String connectionNameList, java.lang.String serverConnectionChannel, java.lang.Boolean bindingsThenClient)
Tests client transport mode JMS connectivity to WebSphere MQ
Parameters:
queueManagerName - The name of the WebSphere MQ queue manager to test JMS connectivity to
connectionNameList - The connection name list containing host and port information for use when connecting.
serverConnectionChannel - The server connection channel of the WebSphere MQ queue manager to test JMS connectivity to
bindingsThenClient - Should a bindings transport mode connectivity test be performed prior to attempting a client transport mode connectivity test?
Security Roles:
administrator
operator

testJmsConnection

public java.lang.Exception testJmsConnection(java.lang.String queueManagerName)
Tests bindings transport mode JMS connectivity to WebSphere MQ
Parameters:
queueManagerName - The name of the WebSphere MQ queue manager to test JMS connectivity to
Security Roles:
administrator
operator

testJmsConnection

public java.lang.Exception testJmsConnection(java.lang.String ccdtUrl, java.lang.String ccdtQmname)
Tests client transport mode JMS connectivity to WebSphere MQ using a CCDT
Parameters:
ccdtUrl - A URL which identifies the client channel definition table to use when testing JMS connectivity to WebSphere MQ
ccdtQmname - Identifies the entry from the client channel definition table to use when testing JMS connectivity to WebSphere MQ
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005