public interface WebConsoleConfiguration
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactory |
getConnectionFactory()
The connection factory to use for sending/receiving messages.
|
String |
getJmxPassword()
Password for the JMX-user.
|
Collection<JMXServiceURL> |
getJmxUrls()
The URL to the JMX connectors of the broker.
|
String |
getJmxUser()
The user that is used in case of authenticated JMX connections.
|
ConnectionFactory getConnectionFactory()
nullCollection<JMXServiceURL> getJmxUrls()
null, must contain at least one entryString getJmxUser()
null if no authentication should be used.String getJmxPassword()
null if no authenticationgetJmxUser()Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.