Uses of Enum Class
org.frankframework.jms.JMSFacade.AcknowledgeMode
-
Uses of JMSFacade.AcknowledgeMode in org.frankframework.jms
Modifier and TypeMethodDescriptionJMSFacade.getAcknowledgeMode()
static JMSFacade.AcknowledgeMode
Returns the enum constant of this class with the specified name.static JMSFacade.AcknowledgeMode[]
JMSFacade.AcknowledgeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JMSFacade.setAcknowledgeMode
(JMSFacade.AcknowledgeMode acknowledgeMode) If not transacted, the way the application informs the JMS provider that it has successfully received a message.