Uses of Class
org.springframework.jms.support.QosSettings
Packages that use QosSettings
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
Core package of the JMS support.
This package contains the base message listener container facility.
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.
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 QosSettingsModifier and TypeMethodDescriptionvoid
AbstractJmsListenerContainerFactory.setReplyQosSettings
(QosSettings replyQosSettings) -
Uses of QosSettings in org.springframework.jms.core
Methods in org.springframework.jms.core with parameters of type QosSettingsModifier and TypeMethodDescriptionvoid
JmsTemplate.setQosSettings
(QosSettings settings) Set theQosSettings
to use when sending a message. -
Uses of QosSettings in org.springframework.jms.listener
Methods in org.springframework.jms.listener that return QosSettingsModifier and TypeMethodDescriptionAbstractMessageListenerContainer.getReplyQosSettings()
MessageListenerContainer.getReplyQosSettings()
Return theQosSettings
to use when sending a reply, ornull
if the broker's defaults should be used.Methods in org.springframework.jms.listener with parameters of type QosSettingsModifier and TypeMethodDescriptionvoid
AbstractMessageListenerContainer.setReplyQosSettings
(QosSettings replyQosSettings) Configure theQosSettings
to use when sending a reply. -
Uses of QosSettings in org.springframework.jms.listener.adapter
Methods in org.springframework.jms.listener.adapter that return QosSettingsModifier and TypeMethodDescriptionprotected QosSettings
AbstractAdaptableMessageListener.getResponseQosSettings()
Return theQosSettings
to use when sending a response, ornull
if the defaults should be used.Methods in org.springframework.jms.listener.adapter with parameters of type QosSettingsModifier and TypeMethodDescriptionvoid
AbstractAdaptableMessageListener.setResponseQosSettings
(QosSettings responseQosSettings) Set theQosSettings
to use when sending a response. -
Uses of QosSettings in org.springframework.jms.listener.endpoint
Methods in org.springframework.jms.listener.endpoint that return QosSettingsModifier and TypeMethodDescriptionJmsActivationSpecConfig.getReplyQosSettings()
JmsMessageEndpointManager.getReplyQosSettings()
Methods in org.springframework.jms.listener.endpoint with parameters of type QosSettingsModifier and TypeMethodDescriptionvoid
JmsActivationSpecConfig.setReplyQosSettings
(QosSettings replyQosSettings)