Package | Description |
---|---|
org.springframework.boot.autoconfigure.jms |
Auto-configuration for JMS.
|
Modifier and Type | Method and Description |
---|---|
JmsProperties.AcknowledgeMode |
JmsProperties.Listener.getAcknowledgeMode() |
static JmsProperties.AcknowledgeMode |
JmsProperties.AcknowledgeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsProperties.AcknowledgeMode[] |
JmsProperties.AcknowledgeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsProperties.Listener.setAcknowledgeMode(JmsProperties.AcknowledgeMode acknowledgeMode) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.