META-INF.mule-management.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-module-management Show documentation
Show all versions of mule-module-management Show documentation
Management Extensions for Mule
Configures the remote JMX connector server by specifying the URL and whether to rebind.
A map of username/password entries used to authenticate remote JMX access. If not specified, remote access is not restricted.
The mBean server to use.
Whether the agent should try locating an MBeanServer instance before creating one.
Whether the agent should create an MBean server if one couldn't be found or locateServer was set to false.
Whether the agent should try locating an RmiRegistry instance before creating one. Unless there is a RmiRegistry
explicitly created on the port defined by the connector-server URI, this must be set to true which is the default
Whether statistics reporting is enabled for the Mule instance.
The URL of the JMX web console. The default is http://localhost:9999.
The login name for accessing the JMX web console.
The password for accessing the JMX web console.
The type of authentication to perform when the login and password are set: basic (the default), digest, or none.
Indicates whether to cache the transformation objects, which speeds-up the process. It is usually set to true, but you can set it to false for easier testing.
Specifies the path of the XSL files used to customize the adaptor's stylesheet. If you specify a directory, it assumes that XSL files are located in the directory. If you specify a .jar or .zip file, it assumes that the files are located inside. Specifying a file system is especially useful for testing.
If the xslFilePath is a JAR file, specifies the directory in the JAR where the XSL files are located.
A map of username/password properties for remote JMX access. The configuration option delegates to the JmxAgent.
Whether to enable the MX4J adaptor.
Whether to enable the Log4j agent.
The host to bind to. Normally, override this only for multi-NIC servers (default is localhost).
The port on which the RMI registry will run. This is also used for remote JMX management. Default is 1099.
A reference to a custom jmxAuthenticator.
Whether to ignore notifications for state changes on the Mule manager such as initializing, starting, and stopping.
Whether to ignore notifications for state changes on models such as models initializing, starting, and stopping or components being registered or unregistered.
Whether to ignore notifications for state changes on components such as when a component is started, stopped, paused, or resumed..
Whether to ignore notifications when a connector attempts to connect to its underlying resource. Notifications are fired when a connection is made, released, or the connection attempt fails.
Whether to ignore notifications about security.
Whether to ignore notifications for when a request is denied security access.
Whether to ignore notifications fired by objects to custom notification listeners.
Whether to ignore administrative notifications about requests being received by the Mule Admin agent. These are usually trigged by MuleClient calls using the RemoteDispatcher, which proxies calls to a remote server.
Whether to ignore message notifications. These notifications are fired when an event is sent or received in the system. They are very good for tracing, but they create a performance impact, so they should only be used during testing.
Whether to ignore message processor notifications. These notifications are fired when an event is processed by a message processor. They are very good for tracing, but they create a performance impact, so they should only be used during testing. Disabled by default
Specifies the severity level of the notifications you want to send to the Chainsaw console for the corresponding event ID. The severity level can be DEBUG, INFO, WARN, ERROR, or FATAL.
Specifies the type of event to send to the Chainsaw console. The event ID is the notification type plus the action, such as ModelNotification.stop.
The host name of the Chainsaw console.
The port of the Chainsaw console.