public interface WebConsoleConfiguration
| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionFactory |
getConnectionFactory()
The connection factory to use for sending/receiving messages.
|
java.lang.String |
getJmxPassword()
Password for the JMX-user.
|
java.util.Collection<javax.management.remote.JMXServiceURL> |
getJmxUrls()
The URL to the JMX connectors of the broker.
|
java.lang.String |
getJmxUser()
The user that is used in case of authenticated JMX connections.
|
javax.jms.ConnectionFactory getConnectionFactory()
nulljava.util.Collection<javax.management.remote.JMXServiceURL> getJmxUrls()
null, must contain at least one entryjava.lang.String getJmxUser()
null if no authentication should be used.java.lang.String getJmxPassword()
null if no authenticationgetJmxUser()Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.