public class HornetQMessageBrokerInitializingBean extends Object implements MessageBroker, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
HornetQMessageBrokerInitializingBean() |
HornetQMessageBrokerInitializingBean(Path journalDirectory,
Path pagingDirectory,
ConnectionFactoryReference connectionFactory,
DestinationReference[] destinations) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
javax.jms.ConnectionFactory |
lookupConnectionFactory(String path) |
javax.jms.Queue |
lookupQueue(String path) |
javax.jms.Topic |
lookupTopic(String path) |
void |
setAddressConfigurations(Map<String,HornetQAddressConfiguration> addressConfigurations) |
void |
setConnectionFactory(ConnectionFactoryReference connectionFactory) |
void |
setDestinations(DestinationReference[] destinations) |
void |
setJournalDirectory(Path journalDirectory) |
void |
setPagingDirectory(Path pagingDirectory) |
void |
start() |
void |
stop() |
public HornetQMessageBrokerInitializingBean()
public HornetQMessageBrokerInitializingBean(Path journalDirectory, Path pagingDirectory, ConnectionFactoryReference connectionFactory, DestinationReference[] destinations)
public void setJournalDirectory(Path journalDirectory)
public void setPagingDirectory(Path pagingDirectory)
public void setConnectionFactory(ConnectionFactoryReference connectionFactory)
public void setDestinations(DestinationReference[] destinations)
public void setAddressConfigurations(Map<String,HornetQAddressConfiguration> addressConfigurations)
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic javax.jms.ConnectionFactory lookupConnectionFactory(String path)
lookupConnectionFactory in interface MessageBrokerpublic javax.jms.Queue lookupQueue(String path)
lookupQueue in interface MessageBrokerpublic javax.jms.Topic lookupTopic(String path)
lookupTopic in interface MessageBrokerpublic void start()
throws Exception
start in interface MessageBrokerExceptionpublic void stop()
throws Exception
stop in interface MessageBrokerExceptionCopyright © 2018. All rights reserved.