JMX connectors
Use this page to view and change the configuration for JMX connectors, which make connections between server processes. The types of JMX connectors are SOAP, Remote Method Invocation (RMI), JMX Remote API (JSR 160) Remote Method Invocation (JSR160RMI), and Inter-Process Communications (IPC). To view this console page, click Servers > Server Types > WebSphere application servers > server_name > Administration > Administration services > JMX Connectors.
JMX connectors communicate with WebSphere Application Server when you invoke a scripting process. There is no default for the type and parameters of a connector. The wsadmin.properties file specifies the SOAP connector and an appropriate port number. We can also use the RMI connector, the JSR160RMI connector, or the IPC connector.
Use one of the following methods to select the connector type and attributes:
- Specify properties in a properties file.
- Indicate options on the command line.
(zos) On the z/OS platform, the SOAP connector, the RMI connector, the JSR160RMI connector, and the IPC connector connect to a controller (server) . WebSphere Application Server for z/OS internally routes MBean requests from a controller to its servant regions as appropriate.
Type
Type of the JMX connector.
Information Value Data type Enumeration Default SOAPConnector Range
- SOAPConnector
- For JMX connections using SOAP.
- RMIConnector
- For JMX connections using Remote Method Invocation (RMI).
- JSR160RMIConnector
- For JMX connections using JMX Remote API (JSR 160) Remote Method Invocation (JSR160RMI).
- IPCConnector
- For JMX connections using Inter-Process Communications (IPC).
Enabled
Whether a JMX connector is enabled. If Yes is specified, the connector is enabled. All JMX connectors are enabled by default.
To disable a JMX connector, select the connector and click Disable. The Enabled value changes to No. To enable a JMX connector, select the connector and click Enable. The Enabled value changes to Yes.
Information Value Data type Boolean
Subtopics
- JMX connector settings
Use this page to view the configuration for a JMX connector, which makes connections between server processes.
Related tasks
Administer nodes and resources
JMX connector settings