Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq |
Modifier and Type | Method and Description |
---|---|
JMSBridge.QualityOfService |
JMSBridge.qualityOfService()
The desired quality of service mode (AT_MOST_ONCE, DUPLICATES_OK or
ONCE_AND_ONLY_ONCE).
|
static JMSBridge.QualityOfService |
JMSBridge.QualityOfService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSBridge.QualityOfService[] |
JMSBridge.QualityOfService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
JMSBridge.qualityOfService(JMSBridge.QualityOfService value)
The desired quality of service mode (AT_MOST_ONCE, DUPLICATES_OK or
ONCE_AND_ONLY_ONCE).
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.