Uses of Class
org.springframework.jms.support.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
Modifier and TypeMethodDescriptionvoid
AbstractJmsListenerContainerFactory.setReplyQosSettings
(QosSettings replyQosSettings) -
Uses of QosSettings in org.springframework.jms.core
Modifier and TypeMethodDescriptionvoid
JmsTemplate.setQosSettings
(QosSettings settings) Set theQosSettings
to use when sending a message. -
Uses of QosSettings in org.springframework.jms.listener
Modifier and TypeMethodDescriptionAbstractMessageListenerContainer.getReplyQosSettings()
MessageListenerContainer.getReplyQosSettings()
Return theQosSettings
to use when sending a reply, ornull
if the broker's defaults should be used.Modifier and TypeMethodDescriptionvoid
AbstractMessageListenerContainer.setReplyQosSettings
(QosSettings replyQosSettings) Configure theQosSettings
to use when sending a reply. -
Uses of QosSettings in org.springframework.jms.listener.adapter
Modifier and TypeMethodDescriptionprotected QosSettings
AbstractAdaptableMessageListener.getResponseQosSettings()
Return theQosSettings
to use when sending a response, ornull
if the defaults should be used.Modifier and TypeMethodDescriptionvoid
AbstractAdaptableMessageListener.setResponseQosSettings
(QosSettings responseQosSettings) Set theQosSettings
to use when sending a response. -
Uses of QosSettings in org.springframework.jms.listener.endpoint
Modifier and TypeMethodDescriptionJmsActivationSpecConfig.getReplyQosSettings()
JmsMessageEndpointManager.getReplyQosSettings()
Modifier and TypeMethodDescriptionvoid
JmsActivationSpecConfig.setReplyQosSettings
(QosSettings replyQosSettings)