Brooklyn

brooklyn.entity.messaging.activemq
[Java] Interface ActiveMQBroker

brooklyn.entity.Entity
  brooklyn.entity.java.UsesJava
      brooklyn.entity.basic.SoftwareProcess
          brooklyn.entity.trait.Startable
              brooklyn.entity.messaging.MessageBroker
                  brooklyn.entity.messaging.activemq.ActiveMQBroker
                      brooklyn.entity.java.UsesJmx
                          brooklyn.entity.rebind.Rebindable
All Superinterfaces:
Entity, UsesJava, SoftwareProcess, Startable, MessageBroker, UsesJmx, Rebindable

@Catalog(name="ActiveMQ Broker", description="ActiveMQ is an open source message broker which fully implements the Java Message Service 1.1 (JMS)", iconUrl="classpath:///activemq-logo.png")
@ImplementedBy(ActiveMQBrokerImpl.class)
public interface ActiveMQBroker
extends MessageBroker, SoftwareProcess, UsesJmx

An Entity that represents a single ActiveMQ broker instance.


Field Summary
static BasicAttributeSensorAndConfigKey DOWNLOAD_URL

static BasicAttributeSensorAndConfigKey JMX_PASSWORD

static BasicAttributeSensorAndConfigKey JMX_USER

static BasicConfigKey MIRROR_URL

download mirror, if desired

static PortAttributeSensorAndConfigKey OPEN_WIRE_PORT

static BasicConfigKey SUGGESTED_VERSION

static BasicAttributeSensorAndConfigKey TEMPLATE_CONFIGURATION_URL

 
Fields inherited from interface MessageBroker
BROKER_URL
 
Fields inherited from interface SoftwareProcess
ADDRESS, CUSTOMIZE_LATCH, DOWNLOAD_ADDON_URLS, DOWNLOAD_URL, HOSTNAME, INSTALL_LATCH, LAUNCH_LATCH, PROVISIONING_LOCATION, PROVISIONING_PROPERTIES, SERVICE_STATE, SHELL_ENVIRONMENT, START_LATCH, START_TIMEOUT, SUGGESTED_INSTALL_DIR, SUGGESTED_RUN_DIR, SUGGESTED_VERSION
 
Fields inherited from interface UsesJmx
DEFAULT_JMX_PORT, JMX_CONTEXT, JMX_PORT, JMX_SSL_ACCESS_CERT, JMX_SSL_ACCESS_KEY, JMX_SSL_ENABLED, JMX_URL, RMI_PORT, RMI_REGISTRY_PORT, RMI_SERVER_PORT, USE_JMX
 
Fields inherited from interface UsesJava
JAVA_OPTIONS, JAVA_OPTS, JAVA_SYSPROPS
 
Method Summary
 
Methods inherited from interface MessageBroker
setBrokerUrl
 

Field Detail

DOWNLOAD_URL

@SetFromFlag("downloadUrl")
public static final BasicAttributeSensorAndConfigKey DOWNLOAD_URL


JMX_PASSWORD

@SetFromFlag("jmxPassword")
public static final BasicAttributeSensorAndConfigKey JMX_PASSWORD


JMX_USER

@SetFromFlag("jmxUser")
public static final BasicAttributeSensorAndConfigKey JMX_USER


MIRROR_URL

@SetFromFlag("mirrorUrl")
public static final BasicConfigKey MIRROR_URL
download mirror, if desired


OPEN_WIRE_PORT

@SetFromFlag("openWirePort")
	public
public static final PortAttributeSensorAndConfigKey OPEN_WIRE_PORT


SUGGESTED_VERSION

@SetFromFlag("version")
public static final BasicConfigKey SUGGESTED_VERSION


TEMPLATE_CONFIGURATION_URL

@SetFromFlag("templateConfigurationUrl")
public static final BasicAttributeSensorAndConfigKey TEMPLATE_CONFIGURATION_URL


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.