@ConfigurationProperties(name="spring.activemq") public static class JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties extends Object
| Constructor and Description |
|---|
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrokerURL() |
boolean |
isInMemory() |
boolean |
isPooled() |
void |
setBrokerURL(String brokerURL) |
void |
setInMemory(boolean inMemory) |
void |
setPooled(boolean pooled) |
Copyright © 2013. All Rights Reserved.