Uses of Class
org.springframework.jms.support.QosSettings
Packages that use QosSettings Package Description org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.org.springframework.jms.core Core package of the JMS support.org.springframework.jms.listener This package contains the base message listener container facility.org.springframework.jms.listener.adapter Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods.org.springframework.jms.listener.endpoint This package provides JCA-based endpoint management for JMS message listeners.Uses of QosSettings in org.springframework.jms.config
Methods in org.springframework.jms.config with parameters of type QosSettings Modifier and Type Method Description voidAbstractJmsListenerContainerFactory. setReplyQosSettings(QosSettings replyQosSettings)Uses of QosSettings in org.springframework.jms.core
Methods in org.springframework.jms.core with parameters of type QosSettings Modifier and Type Method Description voidJmsTemplate. setQosSettings(QosSettings settings)Set theQosSettingsto use when sending a message.Uses of QosSettings in org.springframework.jms.listener
Methods in org.springframework.jms.listener that return QosSettings Modifier and Type Method Description QosSettingsAbstractMessageListenerContainer. getReplyQosSettings()QosSettingsMessageListenerContainer. getReplyQosSettings()Return theQosSettingsto use when sending a reply, ornullif the broker's defaults should be used.Methods in org.springframework.jms.listener with parameters of type QosSettings Modifier and Type Method Description voidAbstractMessageListenerContainer. setReplyQosSettings(QosSettings replyQosSettings)Configure theQosSettingsto use when sending a reply.Uses of QosSettings in org.springframework.jms.listener.adapter
Methods in org.springframework.jms.listener.adapter that return QosSettings Modifier and Type Method Description protected QosSettingsAbstractAdaptableMessageListener. getResponseQosSettings()Return theQosSettingsto use when sending a response, ornullif the defaults should be used.Methods in org.springframework.jms.listener.adapter with parameters of type QosSettings Modifier and Type Method Description voidAbstractAdaptableMessageListener. setResponseQosSettings(QosSettings responseQosSettings)Set theQosSettingsto use when sending a response.Uses of QosSettings in org.springframework.jms.listener.endpoint
Methods in org.springframework.jms.listener.endpoint that return QosSettings Modifier and Type Method Description QosSettingsJmsActivationSpecConfig. getReplyQosSettings()QosSettingsJmsMessageEndpointManager. getReplyQosSettings()Methods in org.springframework.jms.listener.endpoint with parameters of type QosSettings Modifier and Type Method Description voidJmsActivationSpecConfig. setReplyQosSettings(QosSettings replyQosSettings)