Class DtoPolicyEntry

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class DtoPolicyEntry
    extends Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <choice>
               <element name="deadLetterStrategy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}discarding"/>
                         <element ref="{http://activemq.apache.org/schema/core}individualDeadLetterStrategy"/>
                         <element ref="{http://activemq.apache.org/schema/core}sharedDeadLetterStrategy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="destination" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}queue"/>
                         <element ref="{http://activemq.apache.org/schema/core}tempQueue"/>
                         <element ref="{http://activemq.apache.org/schema/core}tempTopic"/>
                         <element ref="{http://activemq.apache.org/schema/core}topic"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="dispatchPolicy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}clientIdFilterDispatchPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}priorityDispatchPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}priorityNetworkDispatchPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}roundRobinDispatchPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}simpleDispatchPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}strictOrderDispatchPolicy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="messageEvictionStrategy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}oldestMessageEvictionStrategy"/>
                         <element ref="{http://activemq.apache.org/schema/core}oldestMessageWithLowestPriorityEvictionStrategy"/>
                         <element ref="{http://activemq.apache.org/schema/core}uniquePropertyMessageEvictionStrategy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="messageGroupMapFactory" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}cachedMessageGroupMapFactory"/>
                         <element ref="{http://activemq.apache.org/schema/core}messageGroupHashBucketFactory"/>
                         <element ref="{http://activemq.apache.org/schema/core}simpleMessageGroupMapFactory"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="networkBridgeFilterFactory" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}conditionalNetworkBridgeFilterFactory"/>
                         <element ref="{http://activemq.apache.org/schema/core}defaultNetworkBridgeFilterFactory"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="pendingDurableSubscriberPolicy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}fileDurableSubscriberCursor"/>
                         <element ref="{http://activemq.apache.org/schema/core}storeDurableSubscriberCursor"/>
                         <element ref="{http://activemq.apache.org/schema/core}vmDurableCursor"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="pendingMessageLimitStrategy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}constantPendingMessageLimitStrategy"/>
                         <element ref="{http://activemq.apache.org/schema/core}prefetchRatePendingMessageLimitStrategy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="pendingQueuePolicy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}fileQueueCursor"/>
                         <element ref="{http://activemq.apache.org/schema/core}storeCursor"/>
                         <element ref="{http://activemq.apache.org/schema/core}vmQueueCursor"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="pendingSubscriberPolicy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}fileCursor"/>
                         <element ref="{http://activemq.apache.org/schema/core}vmCursor"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="slowConsumerStrategy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}abortSlowAckConsumerStrategy"/>
                         <element ref="{http://activemq.apache.org/schema/core}abortSlowConsumerStrategy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="subscriptionRecoveryPolicy" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <choice minOccurs="0">
                         <element ref="{http://activemq.apache.org/schema/core}fixedCountSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}fixedSizedSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}lastImageSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}noSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}queryBasedSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}retainedMessageSubscriptionRecoveryPolicy"/>
                         <element ref="{http://activemq.apache.org/schema/core}timedSubscriptionRecoveryPolicy"/>
                         <any namespace='##other'/>
                       </choice>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
             </choice>
           </choice>
           <attribute name="advisoryForConsumed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="advisoryForDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="advisoryForDiscardingMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="advisoryForFastProducers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="advisoryForSlowConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="advisoryWhenFull" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="allConsumersExclusiveByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="alwaysRetroactive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="blockedProducerWarningInterval" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="consumersBeforeDispatchStarts" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="cursorMemoryHighWaterMark" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="deadLetterStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="dispatchPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="doOptimzeMessageStorage" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="durableTopicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="enableAudit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="expireMessagesPeriod" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="gcInactiveDestinations" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="gcWithNetworkConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="inactiveTimeoutBeforeGC" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="inactiveTimoutBeforeGC" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="includeBodyForAdvisory" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="lazyDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="maxAuditDepth" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxBrowsePageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxDestinations" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxExpirePageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxPageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxProducersToAudit" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="maxQueueAuditDepth" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="memoryLimit" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="messageEvictionStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="messageGroupMapFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="messageGroupMapFactoryType" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="minimumMessageSize" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="networkBridgeFilterFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="optimizeMessageStoreInFlightLimit" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="optimizedDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="pendingDurableSubscriberPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="pendingMessageLimitStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="pendingQueuePolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="pendingSubscriberPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="persistJMSRedelivered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="prioritizedMessages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="producerFlowControl" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="queue" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="queueBrowserPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="queuePrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="reduceMemoryFootprint" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="sendAdvisoryIfNoConsumers" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="sendDuplicateFromStoreToDLQ" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="sendFailIfNoSpace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="sendFailIfNoSpaceAfterTimeout" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="slowConsumerStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="storeUsageHighWaterMark" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="strictOrderDispatch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="subscriptionRecoveryPolicy" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="tempQueue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="tempTopic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="timeBeforeDispatchStarts" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="topic" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="topicPrefetch" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="useCache" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="useConsumerPriority" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="usePrefetchExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="useTopicSubscriptionInflightStats" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • deadLetterStrategyOrDestinationOrDispatchPolicy

        protected List<Object> deadLetterStrategyOrDestinationOrDispatchPolicy
      • advisoryForConsumed

        protected Boolean advisoryForConsumed
      • advisoryForDelivery

        protected Boolean advisoryForDelivery
      • advisoryForDiscardingMessages

        protected Boolean advisoryForDiscardingMessages
      • advisoryForFastProducers

        protected Boolean advisoryForFastProducers
      • advisoryForSlowConsumers

        protected Boolean advisoryForSlowConsumers
      • advisoryWhenFull

        protected Boolean advisoryWhenFull
      • allConsumersExclusiveByDefault

        protected Boolean allConsumersExclusiveByDefault
      • alwaysRetroactive

        protected Boolean alwaysRetroactive
      • blockedProducerWarningInterval

        protected Long blockedProducerWarningInterval
      • consumersBeforeDispatchStarts

        protected BigInteger consumersBeforeDispatchStarts
      • cursorMemoryHighWaterMark

        protected BigInteger cursorMemoryHighWaterMark
      • deadLetterStrategy

        protected String deadLetterStrategy
      • destination

        protected String destination
      • dispatchPolicy

        protected String dispatchPolicy
      • doOptimzeMessageStorage

        protected Boolean doOptimzeMessageStorage
      • durableTopicPrefetch

        protected BigInteger durableTopicPrefetch
      • enableAudit

        protected Boolean enableAudit
      • expireMessagesPeriod

        protected Long expireMessagesPeriod
      • gcInactiveDestinations

        protected Boolean gcInactiveDestinations
      • gcWithNetworkConsumers

        protected Boolean gcWithNetworkConsumers
      • inactiveTimeoutBeforeGC

        protected Long inactiveTimeoutBeforeGC
      • inactiveTimoutBeforeGC

        protected Long inactiveTimoutBeforeGC
      • includeBodyForAdvisory

        protected Boolean includeBodyForAdvisory
      • lazyDispatch

        protected Boolean lazyDispatch
      • maxAuditDepth

        protected BigInteger maxAuditDepth
      • maxBrowsePageSize

        protected BigInteger maxBrowsePageSize
      • maxDestinations

        protected BigInteger maxDestinations
      • maxExpirePageSize

        protected BigInteger maxExpirePageSize
      • maxProducersToAudit

        protected BigInteger maxProducersToAudit
      • maxQueueAuditDepth

        protected BigInteger maxQueueAuditDepth
      • memoryLimit

        protected String memoryLimit
      • messageEvictionStrategy

        protected String messageEvictionStrategy
      • messageGroupMapFactory

        protected String messageGroupMapFactory
      • messageGroupMapFactoryType

        protected String messageGroupMapFactoryType
      • minimumMessageSize

        protected Long minimumMessageSize
      • networkBridgeFilterFactory

        protected String networkBridgeFilterFactory
      • optimizeMessageStoreInFlightLimit

        protected BigInteger optimizeMessageStoreInFlightLimit
      • optimizedDispatch

        protected Boolean optimizedDispatch
      • pendingDurableSubscriberPolicy

        protected String pendingDurableSubscriberPolicy
      • pendingMessageLimitStrategy

        protected String pendingMessageLimitStrategy
      • pendingQueuePolicy

        protected String pendingQueuePolicy
      • pendingSubscriberPolicy

        protected String pendingSubscriberPolicy
      • persistJMSRedelivered

        protected Boolean persistJMSRedelivered
      • prioritizedMessages

        protected Boolean prioritizedMessages
      • producerFlowControl

        protected Boolean producerFlowControl
      • queue

        protected String queue
      • queueBrowserPrefetch

        protected BigInteger queueBrowserPrefetch
      • queuePrefetch

        protected BigInteger queuePrefetch
      • reduceMemoryFootprint

        protected Boolean reduceMemoryFootprint
      • sendAdvisoryIfNoConsumers

        protected Boolean sendAdvisoryIfNoConsumers
      • sendDuplicateFromStoreToDLQ

        protected Boolean sendDuplicateFromStoreToDLQ
      • sendFailIfNoSpace

        protected Boolean sendFailIfNoSpace
      • sendFailIfNoSpaceAfterTimeout

        protected Long sendFailIfNoSpaceAfterTimeout
      • slowConsumerStrategy

        protected String slowConsumerStrategy
      • storeUsageHighWaterMark

        protected BigInteger storeUsageHighWaterMark
      • strictOrderDispatch

        protected Boolean strictOrderDispatch
      • subscriptionRecoveryPolicy

        protected String subscriptionRecoveryPolicy
      • tempQueue

        protected Boolean tempQueue
      • tempTopic

        protected Boolean tempTopic
      • timeBeforeDispatchStarts

        protected BigInteger timeBeforeDispatchStarts
      • topic

        protected String topic
      • topicPrefetch

        protected BigInteger topicPrefetch
      • useCache

        protected Boolean useCache
      • useConsumerPriority

        protected Boolean useConsumerPriority
      • usePrefetchExtension

        protected Boolean usePrefetchExtension
      • useTopicSubscriptionInflightStats

        protected Boolean useTopicSubscriptionInflightStats
    • Constructor Detail

      • DtoPolicyEntry

        public DtoPolicyEntry()
    • Method Detail

      • isAdvisoryForConsumed

        public Boolean isAdvisoryForConsumed()
        Gets the value of the advisoryForConsumed property.
        Returns:
        possible object is Boolean
      • setAdvisoryForConsumed

        public void setAdvisoryForConsumed​(Boolean value)
        Sets the value of the advisoryForConsumed property.
        Parameters:
        value - allowed object is Boolean
      • isAdvisoryForDelivery

        public Boolean isAdvisoryForDelivery()
        Gets the value of the advisoryForDelivery property.
        Returns:
        possible object is Boolean
      • setAdvisoryForDelivery

        public void setAdvisoryForDelivery​(Boolean value)
        Sets the value of the advisoryForDelivery property.
        Parameters:
        value - allowed object is Boolean
      • isAdvisoryForDiscardingMessages

        public Boolean isAdvisoryForDiscardingMessages()
        Gets the value of the advisoryForDiscardingMessages property.
        Returns:
        possible object is Boolean
      • setAdvisoryForDiscardingMessages

        public void setAdvisoryForDiscardingMessages​(Boolean value)
        Sets the value of the advisoryForDiscardingMessages property.
        Parameters:
        value - allowed object is Boolean
      • isAdvisoryForFastProducers

        public Boolean isAdvisoryForFastProducers()
        Gets the value of the advisoryForFastProducers property.
        Returns:
        possible object is Boolean
      • setAdvisoryForFastProducers

        public void setAdvisoryForFastProducers​(Boolean value)
        Sets the value of the advisoryForFastProducers property.
        Parameters:
        value - allowed object is Boolean
      • isAdvisoryForSlowConsumers

        public Boolean isAdvisoryForSlowConsumers()
        Gets the value of the advisoryForSlowConsumers property.
        Returns:
        possible object is Boolean
      • setAdvisoryForSlowConsumers

        public void setAdvisoryForSlowConsumers​(Boolean value)
        Sets the value of the advisoryForSlowConsumers property.
        Parameters:
        value - allowed object is Boolean
      • isAdvisoryWhenFull

        public Boolean isAdvisoryWhenFull()
        Gets the value of the advisoryWhenFull property.
        Returns:
        possible object is Boolean
      • setAdvisoryWhenFull

        public void setAdvisoryWhenFull​(Boolean value)
        Sets the value of the advisoryWhenFull property.
        Parameters:
        value - allowed object is Boolean
      • isAllConsumersExclusiveByDefault

        public Boolean isAllConsumersExclusiveByDefault()
        Gets the value of the allConsumersExclusiveByDefault property.
        Returns:
        possible object is Boolean
      • setAllConsumersExclusiveByDefault

        public void setAllConsumersExclusiveByDefault​(Boolean value)
        Sets the value of the allConsumersExclusiveByDefault property.
        Parameters:
        value - allowed object is Boolean
      • isAlwaysRetroactive

        public Boolean isAlwaysRetroactive()
        Gets the value of the alwaysRetroactive property.
        Returns:
        possible object is Boolean
      • setAlwaysRetroactive

        public void setAlwaysRetroactive​(Boolean value)
        Sets the value of the alwaysRetroactive property.
        Parameters:
        value - allowed object is Boolean
      • getBlockedProducerWarningInterval

        public Long getBlockedProducerWarningInterval()
        Gets the value of the blockedProducerWarningInterval property.
        Returns:
        possible object is Long
      • setBlockedProducerWarningInterval

        public void setBlockedProducerWarningInterval​(Long value)
        Sets the value of the blockedProducerWarningInterval property.
        Parameters:
        value - allowed object is Long
      • getConsumersBeforeDispatchStarts

        public BigInteger getConsumersBeforeDispatchStarts()
        Gets the value of the consumersBeforeDispatchStarts property.
        Returns:
        possible object is BigInteger
      • setConsumersBeforeDispatchStarts

        public void setConsumersBeforeDispatchStarts​(BigInteger value)
        Sets the value of the consumersBeforeDispatchStarts property.
        Parameters:
        value - allowed object is BigInteger
      • getCursorMemoryHighWaterMark

        public BigInteger getCursorMemoryHighWaterMark()
        Gets the value of the cursorMemoryHighWaterMark property.
        Returns:
        possible object is BigInteger
      • setCursorMemoryHighWaterMark

        public void setCursorMemoryHighWaterMark​(BigInteger value)
        Sets the value of the cursorMemoryHighWaterMark property.
        Parameters:
        value - allowed object is BigInteger
      • getDeadLetterStrategy

        public String getDeadLetterStrategy()
        Gets the value of the deadLetterStrategy property.
        Returns:
        possible object is String
      • setDeadLetterStrategy

        public void setDeadLetterStrategy​(String value)
        Sets the value of the deadLetterStrategy property.
        Parameters:
        value - allowed object is String
      • getDestination

        public String getDestination()
        Gets the value of the destination property.
        Returns:
        possible object is String
      • setDestination

        public void setDestination​(String value)
        Sets the value of the destination property.
        Parameters:
        value - allowed object is String
      • getDispatchPolicy

        public String getDispatchPolicy()
        Gets the value of the dispatchPolicy property.
        Returns:
        possible object is String
      • setDispatchPolicy

        public void setDispatchPolicy​(String value)
        Sets the value of the dispatchPolicy property.
        Parameters:
        value - allowed object is String
      • isDoOptimzeMessageStorage

        public Boolean isDoOptimzeMessageStorage()
        Gets the value of the doOptimzeMessageStorage property.
        Returns:
        possible object is Boolean
      • setDoOptimzeMessageStorage

        public void setDoOptimzeMessageStorage​(Boolean value)
        Sets the value of the doOptimzeMessageStorage property.
        Parameters:
        value - allowed object is Boolean
      • getDurableTopicPrefetch

        public BigInteger getDurableTopicPrefetch()
        Gets the value of the durableTopicPrefetch property.
        Returns:
        possible object is BigInteger
      • setDurableTopicPrefetch

        public void setDurableTopicPrefetch​(BigInteger value)
        Sets the value of the durableTopicPrefetch property.
        Parameters:
        value - allowed object is BigInteger
      • isEnableAudit

        public Boolean isEnableAudit()
        Gets the value of the enableAudit property.
        Returns:
        possible object is Boolean
      • setEnableAudit

        public void setEnableAudit​(Boolean value)
        Sets the value of the enableAudit property.
        Parameters:
        value - allowed object is Boolean
      • getExpireMessagesPeriod

        public Long getExpireMessagesPeriod()
        Gets the value of the expireMessagesPeriod property.
        Returns:
        possible object is Long
      • setExpireMessagesPeriod

        public void setExpireMessagesPeriod​(Long value)
        Sets the value of the expireMessagesPeriod property.
        Parameters:
        value - allowed object is Long
      • isGcInactiveDestinations

        public Boolean isGcInactiveDestinations()
        Gets the value of the gcInactiveDestinations property.
        Returns:
        possible object is Boolean
      • setGcInactiveDestinations

        public void setGcInactiveDestinations​(Boolean value)
        Sets the value of the gcInactiveDestinations property.
        Parameters:
        value - allowed object is Boolean
      • isGcWithNetworkConsumers

        public Boolean isGcWithNetworkConsumers()
        Gets the value of the gcWithNetworkConsumers property.
        Returns:
        possible object is Boolean
      • setGcWithNetworkConsumers

        public void setGcWithNetworkConsumers​(Boolean value)
        Sets the value of the gcWithNetworkConsumers property.
        Parameters:
        value - allowed object is Boolean
      • getInactiveTimeoutBeforeGC

        public Long getInactiveTimeoutBeforeGC()
        Gets the value of the inactiveTimeoutBeforeGC property.
        Returns:
        possible object is Long
      • setInactiveTimeoutBeforeGC

        public void setInactiveTimeoutBeforeGC​(Long value)
        Sets the value of the inactiveTimeoutBeforeGC property.
        Parameters:
        value - allowed object is Long
      • getInactiveTimoutBeforeGC

        public Long getInactiveTimoutBeforeGC()
        Gets the value of the inactiveTimoutBeforeGC property.
        Returns:
        possible object is Long
      • setInactiveTimoutBeforeGC

        public void setInactiveTimoutBeforeGC​(Long value)
        Sets the value of the inactiveTimoutBeforeGC property.
        Parameters:
        value - allowed object is Long
      • isIncludeBodyForAdvisory

        public Boolean isIncludeBodyForAdvisory()
        Gets the value of the includeBodyForAdvisory property.
        Returns:
        possible object is Boolean
      • setIncludeBodyForAdvisory

        public void setIncludeBodyForAdvisory​(Boolean value)
        Sets the value of the includeBodyForAdvisory property.
        Parameters:
        value - allowed object is Boolean
      • isLazyDispatch

        public Boolean isLazyDispatch()
        Gets the value of the lazyDispatch property.
        Returns:
        possible object is Boolean
      • setLazyDispatch

        public void setLazyDispatch​(Boolean value)
        Sets the value of the lazyDispatch property.
        Parameters:
        value - allowed object is Boolean
      • getMaxAuditDepth

        public BigInteger getMaxAuditDepth()
        Gets the value of the maxAuditDepth property.
        Returns:
        possible object is BigInteger
      • setMaxAuditDepth

        public void setMaxAuditDepth​(BigInteger value)
        Sets the value of the maxAuditDepth property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxBrowsePageSize

        public BigInteger getMaxBrowsePageSize()
        Gets the value of the maxBrowsePageSize property.
        Returns:
        possible object is BigInteger
      • setMaxBrowsePageSize

        public void setMaxBrowsePageSize​(BigInteger value)
        Sets the value of the maxBrowsePageSize property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxDestinations

        public BigInteger getMaxDestinations()
        Gets the value of the maxDestinations property.
        Returns:
        possible object is BigInteger
      • setMaxDestinations

        public void setMaxDestinations​(BigInteger value)
        Sets the value of the maxDestinations property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxExpirePageSize

        public BigInteger getMaxExpirePageSize()
        Gets the value of the maxExpirePageSize property.
        Returns:
        possible object is BigInteger
      • setMaxExpirePageSize

        public void setMaxExpirePageSize​(BigInteger value)
        Sets the value of the maxExpirePageSize property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxPageSize

        public BigInteger getMaxPageSize()
        Gets the value of the maxPageSize property.
        Returns:
        possible object is BigInteger
      • setMaxPageSize

        public void setMaxPageSize​(BigInteger value)
        Sets the value of the maxPageSize property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxProducersToAudit

        public BigInteger getMaxProducersToAudit()
        Gets the value of the maxProducersToAudit property.
        Returns:
        possible object is BigInteger
      • setMaxProducersToAudit

        public void setMaxProducersToAudit​(BigInteger value)
        Sets the value of the maxProducersToAudit property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxQueueAuditDepth

        public BigInteger getMaxQueueAuditDepth()
        Gets the value of the maxQueueAuditDepth property.
        Returns:
        possible object is BigInteger
      • setMaxQueueAuditDepth

        public void setMaxQueueAuditDepth​(BigInteger value)
        Sets the value of the maxQueueAuditDepth property.
        Parameters:
        value - allowed object is BigInteger
      • getMemoryLimit

        public String getMemoryLimit()
        Gets the value of the memoryLimit property.
        Returns:
        possible object is String
      • setMemoryLimit

        public void setMemoryLimit​(String value)
        Sets the value of the memoryLimit property.
        Parameters:
        value - allowed object is String
      • getMessageEvictionStrategy

        public String getMessageEvictionStrategy()
        Gets the value of the messageEvictionStrategy property.
        Returns:
        possible object is String
      • setMessageEvictionStrategy

        public void setMessageEvictionStrategy​(String value)
        Sets the value of the messageEvictionStrategy property.
        Parameters:
        value - allowed object is String
      • getMessageGroupMapFactory

        public String getMessageGroupMapFactory()
        Gets the value of the messageGroupMapFactory property.
        Returns:
        possible object is String
      • setMessageGroupMapFactory

        public void setMessageGroupMapFactory​(String value)
        Sets the value of the messageGroupMapFactory property.
        Parameters:
        value - allowed object is String
      • getMessageGroupMapFactoryType

        public String getMessageGroupMapFactoryType()
        Gets the value of the messageGroupMapFactoryType property.
        Returns:
        possible object is String
      • setMessageGroupMapFactoryType

        public void setMessageGroupMapFactoryType​(String value)
        Sets the value of the messageGroupMapFactoryType property.
        Parameters:
        value - allowed object is String
      • getMinimumMessageSize

        public Long getMinimumMessageSize()
        Gets the value of the minimumMessageSize property.
        Returns:
        possible object is Long
      • setMinimumMessageSize

        public void setMinimumMessageSize​(Long value)
        Sets the value of the minimumMessageSize property.
        Parameters:
        value - allowed object is Long
      • getNetworkBridgeFilterFactory

        public String getNetworkBridgeFilterFactory()
        Gets the value of the networkBridgeFilterFactory property.
        Returns:
        possible object is String
      • setNetworkBridgeFilterFactory

        public void setNetworkBridgeFilterFactory​(String value)
        Sets the value of the networkBridgeFilterFactory property.
        Parameters:
        value - allowed object is String
      • getOptimizeMessageStoreInFlightLimit

        public BigInteger getOptimizeMessageStoreInFlightLimit()
        Gets the value of the optimizeMessageStoreInFlightLimit property.
        Returns:
        possible object is BigInteger
      • setOptimizeMessageStoreInFlightLimit

        public void setOptimizeMessageStoreInFlightLimit​(BigInteger value)
        Sets the value of the optimizeMessageStoreInFlightLimit property.
        Parameters:
        value - allowed object is BigInteger
      • isOptimizedDispatch

        public Boolean isOptimizedDispatch()
        Gets the value of the optimizedDispatch property.
        Returns:
        possible object is Boolean
      • setOptimizedDispatch

        public void setOptimizedDispatch​(Boolean value)
        Sets the value of the optimizedDispatch property.
        Parameters:
        value - allowed object is Boolean
      • getPendingDurableSubscriberPolicy

        public String getPendingDurableSubscriberPolicy()
        Gets the value of the pendingDurableSubscriberPolicy property.
        Returns:
        possible object is String
      • setPendingDurableSubscriberPolicy

        public void setPendingDurableSubscriberPolicy​(String value)
        Sets the value of the pendingDurableSubscriberPolicy property.
        Parameters:
        value - allowed object is String
      • getPendingMessageLimitStrategy

        public String getPendingMessageLimitStrategy()
        Gets the value of the pendingMessageLimitStrategy property.
        Returns:
        possible object is String
      • setPendingMessageLimitStrategy

        public void setPendingMessageLimitStrategy​(String value)
        Sets the value of the pendingMessageLimitStrategy property.
        Parameters:
        value - allowed object is String
      • getPendingQueuePolicy

        public String getPendingQueuePolicy()
        Gets the value of the pendingQueuePolicy property.
        Returns:
        possible object is String
      • setPendingQueuePolicy

        public void setPendingQueuePolicy​(String value)
        Sets the value of the pendingQueuePolicy property.
        Parameters:
        value - allowed object is String
      • getPendingSubscriberPolicy

        public String getPendingSubscriberPolicy()
        Gets the value of the pendingSubscriberPolicy property.
        Returns:
        possible object is String
      • setPendingSubscriberPolicy

        public void setPendingSubscriberPolicy​(String value)
        Sets the value of the pendingSubscriberPolicy property.
        Parameters:
        value - allowed object is String
      • isPersistJMSRedelivered

        public Boolean isPersistJMSRedelivered()
        Gets the value of the persistJMSRedelivered property.
        Returns:
        possible object is Boolean
      • setPersistJMSRedelivered

        public void setPersistJMSRedelivered​(Boolean value)
        Sets the value of the persistJMSRedelivered property.
        Parameters:
        value - allowed object is Boolean
      • isPrioritizedMessages

        public Boolean isPrioritizedMessages()
        Gets the value of the prioritizedMessages property.
        Returns:
        possible object is Boolean
      • setPrioritizedMessages

        public void setPrioritizedMessages​(Boolean value)
        Sets the value of the prioritizedMessages property.
        Parameters:
        value - allowed object is Boolean
      • isProducerFlowControl

        public Boolean isProducerFlowControl()
        Gets the value of the producerFlowControl property.
        Returns:
        possible object is Boolean
      • setProducerFlowControl

        public void setProducerFlowControl​(Boolean value)
        Sets the value of the producerFlowControl property.
        Parameters:
        value - allowed object is Boolean
      • getQueue

        public String getQueue()
        Gets the value of the queue property.
        Returns:
        possible object is String
      • setQueue

        public void setQueue​(String value)
        Sets the value of the queue property.
        Parameters:
        value - allowed object is String
      • getQueueBrowserPrefetch

        public BigInteger getQueueBrowserPrefetch()
        Gets the value of the queueBrowserPrefetch property.
        Returns:
        possible object is BigInteger
      • setQueueBrowserPrefetch

        public void setQueueBrowserPrefetch​(BigInteger value)
        Sets the value of the queueBrowserPrefetch property.
        Parameters:
        value - allowed object is BigInteger
      • getQueuePrefetch

        public BigInteger getQueuePrefetch()
        Gets the value of the queuePrefetch property.
        Returns:
        possible object is BigInteger
      • setQueuePrefetch

        public void setQueuePrefetch​(BigInteger value)
        Sets the value of the queuePrefetch property.
        Parameters:
        value - allowed object is BigInteger
      • isReduceMemoryFootprint

        public Boolean isReduceMemoryFootprint()
        Gets the value of the reduceMemoryFootprint property.
        Returns:
        possible object is Boolean
      • setReduceMemoryFootprint

        public void setReduceMemoryFootprint​(Boolean value)
        Sets the value of the reduceMemoryFootprint property.
        Parameters:
        value - allowed object is Boolean
      • isSendAdvisoryIfNoConsumers

        public Boolean isSendAdvisoryIfNoConsumers()
        Gets the value of the sendAdvisoryIfNoConsumers property.
        Returns:
        possible object is Boolean
      • setSendAdvisoryIfNoConsumers

        public void setSendAdvisoryIfNoConsumers​(Boolean value)
        Sets the value of the sendAdvisoryIfNoConsumers property.
        Parameters:
        value - allowed object is Boolean
      • isSendDuplicateFromStoreToDLQ

        public Boolean isSendDuplicateFromStoreToDLQ()
        Gets the value of the sendDuplicateFromStoreToDLQ property.
        Returns:
        possible object is Boolean
      • setSendDuplicateFromStoreToDLQ

        public void setSendDuplicateFromStoreToDLQ​(Boolean value)
        Sets the value of the sendDuplicateFromStoreToDLQ property.
        Parameters:
        value - allowed object is Boolean
      • isSendFailIfNoSpace

        public Boolean isSendFailIfNoSpace()
        Gets the value of the sendFailIfNoSpace property.
        Returns:
        possible object is Boolean
      • setSendFailIfNoSpace

        public void setSendFailIfNoSpace​(Boolean value)
        Sets the value of the sendFailIfNoSpace property.
        Parameters:
        value - allowed object is Boolean
      • getSendFailIfNoSpaceAfterTimeout

        public Long getSendFailIfNoSpaceAfterTimeout()
        Gets the value of the sendFailIfNoSpaceAfterTimeout property.
        Returns:
        possible object is Long
      • setSendFailIfNoSpaceAfterTimeout

        public void setSendFailIfNoSpaceAfterTimeout​(Long value)
        Sets the value of the sendFailIfNoSpaceAfterTimeout property.
        Parameters:
        value - allowed object is Long
      • getSlowConsumerStrategy

        public String getSlowConsumerStrategy()
        Gets the value of the slowConsumerStrategy property.
        Returns:
        possible object is String
      • setSlowConsumerStrategy

        public void setSlowConsumerStrategy​(String value)
        Sets the value of the slowConsumerStrategy property.
        Parameters:
        value - allowed object is String
      • getStoreUsageHighWaterMark

        public BigInteger getStoreUsageHighWaterMark()
        Gets the value of the storeUsageHighWaterMark property.
        Returns:
        possible object is BigInteger
      • setStoreUsageHighWaterMark

        public void setStoreUsageHighWaterMark​(BigInteger value)
        Sets the value of the storeUsageHighWaterMark property.
        Parameters:
        value - allowed object is BigInteger
      • isStrictOrderDispatch

        public Boolean isStrictOrderDispatch()
        Gets the value of the strictOrderDispatch property.
        Returns:
        possible object is Boolean
      • setStrictOrderDispatch

        public void setStrictOrderDispatch​(Boolean value)
        Sets the value of the strictOrderDispatch property.
        Parameters:
        value - allowed object is Boolean
      • getSubscriptionRecoveryPolicy

        public String getSubscriptionRecoveryPolicy()
        Gets the value of the subscriptionRecoveryPolicy property.
        Returns:
        possible object is String
      • setSubscriptionRecoveryPolicy

        public void setSubscriptionRecoveryPolicy​(String value)
        Sets the value of the subscriptionRecoveryPolicy property.
        Parameters:
        value - allowed object is String
      • isTempQueue

        public Boolean isTempQueue()
        Gets the value of the tempQueue property.
        Returns:
        possible object is Boolean
      • setTempQueue

        public void setTempQueue​(Boolean value)
        Sets the value of the tempQueue property.
        Parameters:
        value - allowed object is Boolean
      • isTempTopic

        public Boolean isTempTopic()
        Gets the value of the tempTopic property.
        Returns:
        possible object is Boolean
      • setTempTopic

        public void setTempTopic​(Boolean value)
        Sets the value of the tempTopic property.
        Parameters:
        value - allowed object is Boolean
      • getTimeBeforeDispatchStarts

        public BigInteger getTimeBeforeDispatchStarts()
        Gets the value of the timeBeforeDispatchStarts property.
        Returns:
        possible object is BigInteger
      • setTimeBeforeDispatchStarts

        public void setTimeBeforeDispatchStarts​(BigInteger value)
        Sets the value of the timeBeforeDispatchStarts property.
        Parameters:
        value - allowed object is BigInteger
      • getTopic

        public String getTopic()
        Gets the value of the topic property.
        Returns:
        possible object is String
      • setTopic

        public void setTopic​(String value)
        Sets the value of the topic property.
        Parameters:
        value - allowed object is String
      • getTopicPrefetch

        public BigInteger getTopicPrefetch()
        Gets the value of the topicPrefetch property.
        Returns:
        possible object is BigInteger
      • setTopicPrefetch

        public void setTopicPrefetch​(BigInteger value)
        Sets the value of the topicPrefetch property.
        Parameters:
        value - allowed object is BigInteger
      • isUseCache

        public Boolean isUseCache()
        Gets the value of the useCache property.
        Returns:
        possible object is Boolean
      • setUseCache

        public void setUseCache​(Boolean value)
        Sets the value of the useCache property.
        Parameters:
        value - allowed object is Boolean
      • isUseConsumerPriority

        public Boolean isUseConsumerPriority()
        Gets the value of the useConsumerPriority property.
        Returns:
        possible object is Boolean
      • setUseConsumerPriority

        public void setUseConsumerPriority​(Boolean value)
        Sets the value of the useConsumerPriority property.
        Parameters:
        value - allowed object is Boolean
      • isUsePrefetchExtension

        public Boolean isUsePrefetchExtension()
        Gets the value of the usePrefetchExtension property.
        Returns:
        possible object is Boolean
      • setUsePrefetchExtension

        public void setUsePrefetchExtension​(Boolean value)
        Sets the value of the usePrefetchExtension property.
        Parameters:
        value - allowed object is Boolean
      • isUseTopicSubscriptionInflightStats

        public Boolean isUseTopicSubscriptionInflightStats()
        Gets the value of the useTopicSubscriptionInflightStats property.
        Returns:
        possible object is Boolean
      • setUseTopicSubscriptionInflightStats

        public void setUseTopicSubscriptionInflightStats​(Boolean value)
        Sets the value of the useTopicSubscriptionInflightStats property.
        Parameters:
        value - allowed object is Boolean
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2