Class AzureServiceBusJMSProperties.Listener

  • Enclosing class:
    AzureServiceBusJMSProperties

    public static class AzureServiceBusJMSProperties.Listener
    extends Object
    Properties to configure JmsListener for AbstractJmsListenerContainerFactory.
    • Constructor Detail

      • Listener

        public Listener()
    • 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