Class AzureServiceBusJmsProperties.Listener

java.lang.Object
com.azure.spring.cloud.autoconfigure.jms.properties.AzureServiceBusJmsProperties.Listener
Enclosing class:
AzureServiceBusJmsProperties

public static class AzureServiceBusJmsProperties.Listener extends Object
Properties to configure JmsListener for AbstractJmsListenerContainerFactory.
  • Constructor Details

    • Listener

      public Listener()
  • Method Details

    • isReplyPubSubDomain

      public Boolean isReplyPubSubDomain()
      Whether reply destination type is topic.
      Returns:
      Whether reply destination type is topic.
    • setReplyPubSubDomain

      public void setReplyPubSubDomain(Boolean replyPubSubDomain)
      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

      public Boolean isSubscriptionDurable()
      Whether the subscription is durable.
      Returns:
      Whether the subscription is durable.
    • setSubscriptionDurable

      public void setSubscriptionDurable(Boolean subscriptionDurable)
      Sets whether the subscription is durable.
      Parameters:
      subscriptionDurable - Whether the subscription is durable.
    • isSubscriptionShared

      public Boolean isSubscriptionShared()
      Whether the subscription is shared.
      Returns:
      Whether the subscription is shared.
    • setSubscriptionShared

      public void setSubscriptionShared(Boolean subscriptionShared)
      Sets whether the subscription is shared.
      Parameters:
      subscriptionShared - Whether the subscription is shared.
    • getPhase

      public Integer getPhase()
      Gets the phase.
      Returns:
      The phase.
    • setPhase

      public void setPhase(Integer phase)
      Sets the phase.
      Parameters:
      phase - The phase.