Uses of Enum Class
org.frankframework.jms.JMSFacade.DeliveryMode
Packages that use JMSFacade.DeliveryMode
-
Uses of JMSFacade.DeliveryMode in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type JMSFacade.DeliveryModeModifier and TypeMethodDescriptionvoidEsbJmsSender.setDeliveryMode(JMSFacade.DeliveryMode deliveryMode) if messageProtocol=RRthendeliveryModedefaults toNON_PERSISTENT -
Uses of JMSFacade.DeliveryMode in org.frankframework.jms
Methods in org.frankframework.jms that return JMSFacade.DeliveryModeModifier and TypeMethodDescriptionstatic JMSFacade.DeliveryModeJMSFacade.DeliveryMode.parse(int deliveryMode) static JMSFacade.DeliveryModeReturns the enum constant of this class with the specified name.static JMSFacade.DeliveryMode[]JMSFacade.DeliveryMode.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.DeliveryModeModifier and TypeMethodDescriptionvoidJmsSender.setDeliveryMode(JMSFacade.DeliveryMode deliveryMode) Controls mode that messages are sent withvoidAbstractJmsListener.setReplyDeliveryMode(JMSFacade.DeliveryMode replyDeliveryMode) Controls mode that reply messages are sent with