Class AzureServiceBusJmsProperties.Listener
java.lang.Object
com.azure.spring.cloud.autoconfigure.jms.properties.AzureServiceBusJmsProperties.Listener
- Enclosing class:
- AzureServiceBusJmsProperties
Properties to configure
JmsListener for AbstractJmsListenerContainerFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPhase()Gets the phase.org.springframework.jms.support.QosSettingsGets the reply QoS settings.Whether reply destination type is topic.Whether the subscription is durable.Whether the subscription is shared.voidSets the phase.voidsetReplyPubSubDomain(Boolean replyPubSubDomain) Sets whether reply destination is topic.voidsetReplyQosSettings(org.springframework.jms.support.QosSettings replyQosSettings) Sets the reply QoS settings.voidsetSubscriptionDurable(Boolean subscriptionDurable) Sets whether the subscription is durable.voidsetSubscriptionShared(Boolean subscriptionShared) Sets whether the subscription is shared.
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
isReplyPubSubDomain
Whether reply destination type is topic.- Returns:
- Whether reply destination type is topic.
-
setReplyPubSubDomain
Sets whether reply destination is topic.- Parameters:
replyPubSubDomain- Whether reply destination is topic.
-
getReplyQosSettings
public org.springframework.jms.support.QosSettings getReplyQosSettings()Gets the reply QoS settings.- Returns:
- The reply QoS settings.
-
setReplyQosSettings
public void setReplyQosSettings(org.springframework.jms.support.QosSettings replyQosSettings) Sets the reply QoS settings.- Parameters:
replyQosSettings- The reply QoS settings.
-
isSubscriptionDurable
Whether the subscription is durable.- Returns:
- Whether the subscription is durable.
-
setSubscriptionDurable
Sets whether the subscription is durable.- Parameters:
subscriptionDurable- Whether the subscription is durable.
-
getPhase
Gets the phase.- Returns:
- The phase.
-
setPhase
Sets the phase.- Parameters:
phase- The phase.
-