public class BrokerDeployer
extends java.lang.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 java.lang.Exception
java.lang.Exceptionpublic BrokerDeployer()
throws java.lang.Exception
java.lang.Exceptionpublic org.apache.activemq.broker.BrokerService getBroker()
public void startInternalBroker()
throws java.lang.Exception
java.lang.Exceptionpublic void stop()
public void onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListeneranEvent - - an event objectCopyright © 2012. All Rights Reserved.