WebSphere:*,type=WMQConnectivityTester
MBean WMQConnectivityTester
Management interface for testing JMS connectivity to WebSphere MQ
Operation Summary | |
java.lang.Exception | testJmsConnection( Tests client transport mode JMS connectivity to WebSphere MQ |
java.lang.Exception | testJmsConnection( Tests client transport mode JMS connectivity to WebSphere MQ |
java.lang.Exception | testJmsConnection( Tests bindings transport mode JMS connectivity to WebSphere MQ |
java.lang.Exception | testJmsConnection( Tests client transport mode JMS connectivity to WebSphere MQ using a CCDT |
Operation Detail |
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
)
queueManagerName
-
The name of the WebSphere MQ queue manager to test JMS connectivity tohostname
-
The hostname of the WebSphere MQ queue manager to test JMS connectivity toport
-
The port number of the WebSphere MQ queue manager to test JMS connectivity toserverConnectionChannel
-
The server connection channel of the WebSphere MQ queue manager to test JMS connectivity tobindingsThenClient
-
Should a bindings transport mode connectivity test be performed prior to attempting a client transport mode connectivity test?
public java.lang.Exception testJmsConnection(java.lang.String queueManagerName,
java.lang.String connectionNameList,
java.lang.String serverConnectionChannel,
java.lang.Boolean bindingsThenClient
)
queueManagerName
-
The name of the WebSphere MQ queue manager to test JMS connectivity toconnectionNameList
-
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 tobindingsThenClient
-
Should a bindings transport mode connectivity test be performed prior to attempting a client transport mode connectivity test?
public java.lang.Exception testJmsConnection(java.lang.String queueManagerName
)
queueManagerName
-
The name of the WebSphere MQ queue manager to test JMS connectivity to
public java.lang.Exception testJmsConnection(java.lang.String ccdtUrl,
java.lang.String ccdtQmname
)
ccdtUrl
-
A URL which identifies the client channel definition table to use when testing JMS connectivity to WebSphere MQccdtQmname
-
Identifies the entry from the client channel definition table to use when testing JMS connectivity to WebSphere MQ