Uses of Interface
org.apache.activemq.web.config.WebConsoleConfiguration
-
Packages that use WebConsoleConfiguration Package Description org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients.org.apache.activemq.web.config -
-
Uses of WebConsoleConfiguration in org.apache.activemq.web
Methods in org.apache.activemq.web that return WebConsoleConfiguration Modifier and Type Method Description WebConsoleConfiguration
RemoteJMXBrokerFacade. getConfiguration()
Methods in org.apache.activemq.web with parameters of type WebConsoleConfiguration Modifier and Type Method Description void
RemoteJMXBrokerFacade. setConfiguration(WebConsoleConfiguration configuration)
-
Uses of WebConsoleConfiguration in org.apache.activemq.web.config
Classes in org.apache.activemq.web.config that implement WebConsoleConfiguration Modifier and Type Class Description class
AbstractConfiguration
Base class for configurations.class
JNDIConfiguration
Configuration based on JNDI values.class
OsgiConfiguration
class
SystemPropertiesConfiguration
Configuration based on system-properties.
-