public class BrokerDeployer extends Object implements org.springframework.context.ApplicationListener
| Constructor and Description | 
|---|
| BrokerDeployer()Deprecated.  | 
| BrokerDeployer(long maxMemoryinBytes)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.activemq.broker.BrokerService | getBroker()Deprecated.  | 
| void | onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)Deprecated.  Callback method invoked by Spring container during its lifecycle changes Ignore all events
 except for ContextClosedEvent which indicates the container has shutdown. | 
| void | startInternalBroker()Deprecated.  | 
| void | stop()Deprecated.  Stops the ActiveMQ broker. | 
public BrokerDeployer(long maxMemoryinBytes)
               throws Exception
Exceptionpublic org.apache.activemq.broker.BrokerService getBroker()
public void startInternalBroker()
                         throws Exception
Exceptionpublic void stop()
public void onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListeneranEvent - - an event objectCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.