How to View and Edit Work Manager Configuration How to Create a Work Manager

12 Managing JMX 12-1 12 Managing JMX This section contains the typical JMX tasks you can perform with Oracle CEP Visualizer, including: ■ Section 12.1, Viewing JMX Configuration ■ Section 12.2, Editing JMX Configuration For more information, see Section 9.3, JMX Management .

12.1 Viewing JMX Configuration

Using the Oracle CEP Visualizer, you can view JMX configuration.

12.1.1 How to View JMX Configuration

Using the Oracle CEP Visualizer, you can view the JMX configuration for a selected Oracle CEP server. To view JMX configuration: 1. In the left pane, click the Domain Server node, where Domain refers to the name of your Oracle CEP domain and Server refers to the name of the server instance.

2. In the right pane, click the JMX tab.

The JMX tab appears as Figure 12–1 shows. 12-2 Oracle Complex Event Processing Visualizer Users Guide Figure 12–1 JMX Tab

3. The JMX properties are displayed in the table:

■ jndi-service-name —The name of the JNDI service to which the JMX server will bind its object. ■ rmi-service-name —The name of the RMI service with which the JMX server will register to receive calls. ■ rmi-jrmp-port —The port on which to listen for RMI JRMP JMX requests. ■ rmi-registry-port —The port on which to start the RMIRegistry. Note: Oracle CEP does not support the JRMP protocol: an Oracle CEP JMX client does not use the rmi-jrmp-port or rmi-registry-port properties. Instead, JMX clients must use the more secure MSA protocol for both local and remote access to the Oracle CEP JMX server. When you connect to the Oracle CEP JMX server that is running on localhost or on a remote host, you must always use the JMX URL service:jmx:msarmi:HOST-NAME:PORTjndijmxconnecto r so that you are always using the MSA connector where HOST-NAME is either localhost or the name of the remote host and PORT is the Oracle CEP server JNDI port. For more information, see Accessing the Oracle CEP JMX Server in the Oracle Complex Event Processing Administrators Guide.