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
Exception
public org.apache.activemq.broker.BrokerService getBroker()
public void startInternalBroker() throws Exception
Exception
public void stop()
public void onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)
onApplicationEvent
in interface org.springframework.context.ApplicationListener
anEvent
- - an event objectCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.