Class AzureServiceBusJMSProperties.PrefetchPolicy

  • Enclosing class:
    AzureServiceBusJMSProperties

    public static class AzureServiceBusJMSProperties.PrefetchPolicy
    extends Object
    Properties to configure JmsDefaultPrefetchPolicy for JmsConnectionFactory .
    • Constructor Detail

      • PrefetchPolicy

        public PrefetchPolicy()
    • Method Detail

      • getAll

        public int getAll()
        Gets all.
        Returns:
        all
      • setAll

        public void setAll​(int all)
        Sets all.
        Parameters:
        all - all
      • getDurableTopicPrefetch

        public int getDurableTopicPrefetch()
        Returns:
        Returns the durableTopicPrefetch.
      • setDurableTopicPrefetch

        public void setDurableTopicPrefetch​(int durableTopicPrefetch)
        Parameters:
        durableTopicPrefetch - Sets the durable topic prefetch value
      • getQueueBrowserPrefetch

        public int getQueueBrowserPrefetch()
        Returns:
        Returns the queueBrowserPrefetch.
      • setQueueBrowserPrefetch

        public void setQueueBrowserPrefetch​(int queueBrowserPrefetch)
        Parameters:
        queueBrowserPrefetch - The queueBrowserPrefetch to set.
      • getQueuePrefetch

        public int getQueuePrefetch()
        Returns:
        Returns the queuePrefetch.
      • setQueuePrefetch

        public void setQueuePrefetch​(int queuePrefetch)
        Parameters:
        queuePrefetch - The queuePrefetch to set.
      • getTopicPrefetch

        public int getTopicPrefetch()
        Returns:
        Returns the topicPrefetch.
      • setTopicPrefetch

        public void setTopicPrefetch​(int topicPrefetch)
        Parameters:
        topicPrefetch - The topicPrefetch to set.