Class AzureServiceBusJMSProperties.Listener
- java.lang.Object
-
- com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.Listener
-
- Enclosing class:
- AzureServiceBusJMSProperties
public static class AzureServiceBusJMSProperties.Listener extends Object
Properties to configureJmsListenerforAbstractJmsListenerContainerFactory.
-
-
Constructor Summary
Constructors Constructor Description Listener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetPhase()Gets the phase in which this container should be started and stopped.org.springframework.jms.support.QosSettingsgetReplyQosSettings()Gets the reply QoS settings.BooleanisReplyPubSubDomain()Whether the reply destination is topic.BooleanisSubscriptionDurable()Whether to make the subscription durable.BooleanisSubscriptionShared()Whether to make the subscription shared.voidsetPhase(Integer phase)Sets the phase in which this container should be started and stopped.voidsetReplyPubSubDomain(Boolean replyPubSubDomain)Sets whether the reply destination is topic.voidsetReplyQosSettings(org.springframework.jms.support.QosSettings replyQosSettings)Sets the reply QoS settings.voidsetSubscriptionDurable(Boolean subscriptionDurable)Sets whether to make the subscription durable.voidsetSubscriptionShared(Boolean subscriptionShared)Sets whether to make the subscription shared.
-
-
-
Method Detail
-
isReplyPubSubDomain
public Boolean isReplyPubSubDomain()
Whether the reply destination is topic.- Returns:
- whether the reply destination is topic
-
setReplyPubSubDomain
public void setReplyPubSubDomain(Boolean replyPubSubDomain)
Sets whether the reply destination is topic.- Parameters:
replyPubSubDomain- whether the 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
public Boolean isSubscriptionDurable()
Whether to make the subscription durable.- Returns:
- whether to make the subscription durable
-
setSubscriptionDurable
public void setSubscriptionDurable(Boolean subscriptionDurable)
Sets whether to make the subscription durable.- Parameters:
subscriptionDurable- whether to make the subscription durable.
-
isSubscriptionShared
public Boolean isSubscriptionShared()
Whether to make the subscription shared.- Returns:
- whether to make the subscription shared.
-
setSubscriptionShared
public void setSubscriptionShared(Boolean subscriptionShared)
Sets whether to make the subscription shared.- Parameters:
subscriptionShared- whether to make the subscription shared
-
getPhase
public Integer getPhase()
Gets the phase in which this container should be started and stopped.- Returns:
- the phase in which this container should be started and stopped
-
setPhase
public void setPhase(Integer phase)
Sets the phase in which this container should be started and stopped.- Parameters:
phase- the phase in which this container should be started and stopped
-
-