@ConfigurationProperties(prefix="spring.jms") public class JmsProperties extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JmsProperties.AcknowledgeModeTranslate the acknowledge modes defined on the  Session. | 
| static class  | JmsProperties.Cache | 
| static class  | JmsProperties.DeliveryMode | 
| static class  | JmsProperties.Listener | 
| static class  | JmsProperties.Template | 
| Constructor and Description | 
|---|
| JmsProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| JmsProperties.Cache | getCache() | 
| String | getJndiName() | 
| JmsProperties.Listener | getListener() | 
| JmsProperties.Template | getTemplate() | 
| boolean | isPubSubDomain() | 
| void | setJndiName(String jndiName) | 
| void | setPubSubDomain(boolean pubSubDomain) | 
public boolean isPubSubDomain()
public void setPubSubDomain(boolean pubSubDomain)
public String getJndiName()
public void setJndiName(String jndiName)
public JmsProperties.Cache getCache()
public JmsProperties.Listener getListener()
public JmsProperties.Template getTemplate()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.