Uses of Enum Class
org.frankframework.jms.JMSFacade.AcknowledgeMode
Packages that use JMSFacade.AcknowledgeMode
-
Uses of JMSFacade.AcknowledgeMode in org.frankframework.jms
Methods in org.frankframework.jms that return JMSFacade.AcknowledgeModeModifier and TypeMethodDescriptionstatic JMSFacade.AcknowledgeModeReturns 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.Methods in org.frankframework.jms with parameters of type JMSFacade.AcknowledgeModeModifier and TypeMethodDescriptionvoidJMSFacade.setAcknowledgeMode(JMSFacade.AcknowledgeMode acknowledgeMode) If not transacted, the way the application informs the JMS provider that it has successfully received a message.