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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJmsListenerContainerFactory.setReplyQosSettings(QosSettings replyQosSettings) |
Modifier and Type | Method and Description |
---|---|
void |
JmsTemplate.setQosSettings(QosSettings settings)
Set the
QosSettings to use when sending a message. |
Modifier and Type | Method and Description |
---|---|
QosSettings |
MessageListenerContainer.getReplyQosSettings()
Return the
QosSettings to use when sending a reply,
or null if the broker's defaults should be used. |
QosSettings |
AbstractMessageListenerContainer.getReplyQosSettings() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageListenerContainer.setReplyQosSettings(QosSettings replyQosSettings)
Configure the
QosSettings to use when sending a reply. |
Modifier and Type | Method and Description |
---|---|
protected QosSettings |
AbstractAdaptableMessageListener.getResponseQosSettings()
Return the
QosSettings to use when sending a response,
or null if the defaults should be used. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAdaptableMessageListener.setResponseQosSettings(QosSettings responseQosSettings)
Set the
QosSettings to use when sending a response. |
Modifier and Type | Method and Description |
---|---|
QosSettings |
JmsMessageEndpointManager.getReplyQosSettings() |
QosSettings |
JmsActivationSpecConfig.getReplyQosSettings() |
Modifier and Type | Method and Description |
---|---|
void |
JmsActivationSpecConfig.setReplyQosSettings(QosSettings replyQosSettings) |