Class DtoPolicyEntry
- java.lang.Object
-
- org.apache.activemq.schema.core.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDtoPolicyEntry.DeadLetterStrategyJava class for anonymous complex type.static classDtoPolicyEntry.DestinationJava class for anonymous complex type.static classDtoPolicyEntry.DispatchPolicyJava class for anonymous complex type.static classDtoPolicyEntry.MessageEvictionStrategyJava class for anonymous complex type.static classDtoPolicyEntry.MessageGroupMapFactoryJava class for anonymous complex type.static classDtoPolicyEntry.NetworkBridgeFilterFactoryJava class for anonymous complex type.static classDtoPolicyEntry.PendingDurableSubscriberPolicyJava class for anonymous complex type.static classDtoPolicyEntry.PendingMessageLimitStrategyJava class for anonymous complex type.static classDtoPolicyEntry.PendingQueuePolicyJava class for anonymous complex type.static classDtoPolicyEntry.PendingSubscriberPolicyJava class for anonymous complex type.static classDtoPolicyEntry.SlowConsumerStrategyJava class for anonymous complex type.static classDtoPolicyEntry.SubscriptionRecoveryPolicyJava class for anonymous complex type.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DtoPolicyEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)LonggetBlockedProducerWarningInterval()Gets the value of the blockedProducerWarningInterval property.BigIntegergetConsumersBeforeDispatchStarts()Gets the value of the consumersBeforeDispatchStarts property.BigIntegergetCursorMemoryHighWaterMark()Gets the value of the cursorMemoryHighWaterMark property.StringgetDeadLetterStrategy()Gets the value of the deadLetterStrategy property.List<Object>getDeadLetterStrategyOrDestinationOrDispatchPolicy()Gets the value of the deadLetterStrategyOrDestinationOrDispatchPolicy property.StringgetDestination()Gets the value of the destination property.StringgetDispatchPolicy()Gets the value of the dispatchPolicy property.BigIntegergetDurableTopicPrefetch()Gets the value of the durableTopicPrefetch property.LonggetExpireMessagesPeriod()Gets the value of the expireMessagesPeriod property.StringgetId()Gets the value of the id property.LonggetInactiveTimeoutBeforeGC()Gets the value of the inactiveTimeoutBeforeGC property.LonggetInactiveTimoutBeforeGC()Gets the value of the inactiveTimoutBeforeGC property.BigIntegergetMaxAuditDepth()Gets the value of the maxAuditDepth property.BigIntegergetMaxBrowsePageSize()Gets the value of the maxBrowsePageSize property.BigIntegergetMaxDestinations()Gets the value of the maxDestinations property.BigIntegergetMaxExpirePageSize()Gets the value of the maxExpirePageSize property.BigIntegergetMaxPageSize()Gets the value of the maxPageSize property.BigIntegergetMaxProducersToAudit()Gets the value of the maxProducersToAudit property.BigIntegergetMaxQueueAuditDepth()Gets the value of the maxQueueAuditDepth property.StringgetMemoryLimit()Gets the value of the memoryLimit property.StringgetMessageEvictionStrategy()Gets the value of the messageEvictionStrategy property.StringgetMessageGroupMapFactory()Gets the value of the messageGroupMapFactory property.StringgetMessageGroupMapFactoryType()Gets the value of the messageGroupMapFactoryType property.LonggetMinimumMessageSize()Gets the value of the minimumMessageSize property.StringgetNetworkBridgeFilterFactory()Gets the value of the networkBridgeFilterFactory property.BigIntegergetOptimizeMessageStoreInFlightLimit()Gets the value of the optimizeMessageStoreInFlightLimit property.Map<QName,String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.StringgetPendingDurableSubscriberPolicy()Gets the value of the pendingDurableSubscriberPolicy property.StringgetPendingMessageLimitStrategy()Gets the value of the pendingMessageLimitStrategy property.StringgetPendingQueuePolicy()Gets the value of the pendingQueuePolicy property.StringgetPendingSubscriberPolicy()Gets the value of the pendingSubscriberPolicy property.StringgetQueue()Gets the value of the queue property.BigIntegergetQueueBrowserPrefetch()Gets the value of the queueBrowserPrefetch property.BigIntegergetQueuePrefetch()Gets the value of the queuePrefetch property.LonggetSendFailIfNoSpaceAfterTimeout()Gets the value of the sendFailIfNoSpaceAfterTimeout property.StringgetSlowConsumerStrategy()Gets the value of the slowConsumerStrategy property.BigIntegergetStoreUsageHighWaterMark()Gets the value of the storeUsageHighWaterMark property.StringgetSubscriptionRecoveryPolicy()Gets the value of the subscriptionRecoveryPolicy property.BigIntegergetTimeBeforeDispatchStarts()Gets the value of the timeBeforeDispatchStarts property.StringgetTopic()Gets the value of the topic property.BigIntegergetTopicPrefetch()Gets the value of the topicPrefetch property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)BooleanisAdvisoryForConsumed()Gets the value of the advisoryForConsumed property.BooleanisAdvisoryForDelivery()Gets the value of the advisoryForDelivery property.BooleanisAdvisoryForDiscardingMessages()Gets the value of the advisoryForDiscardingMessages property.BooleanisAdvisoryForFastProducers()Gets the value of the advisoryForFastProducers property.BooleanisAdvisoryForSlowConsumers()Gets the value of the advisoryForSlowConsumers property.BooleanisAdvisoryWhenFull()Gets the value of the advisoryWhenFull property.BooleanisAllConsumersExclusiveByDefault()Gets the value of the allConsumersExclusiveByDefault property.BooleanisAlwaysRetroactive()Gets the value of the alwaysRetroactive property.BooleanisDoOptimzeMessageStorage()Gets the value of the doOptimzeMessageStorage property.BooleanisEnableAudit()Gets the value of the enableAudit property.BooleanisGcInactiveDestinations()Gets the value of the gcInactiveDestinations property.BooleanisGcWithNetworkConsumers()Gets the value of the gcWithNetworkConsumers property.BooleanisIncludeBodyForAdvisory()Gets the value of the includeBodyForAdvisory property.BooleanisLazyDispatch()Gets the value of the lazyDispatch property.BooleanisOptimizedDispatch()Gets the value of the optimizedDispatch property.BooleanisPersistJMSRedelivered()Gets the value of the persistJMSRedelivered property.BooleanisPrioritizedMessages()Gets the value of the prioritizedMessages property.BooleanisProducerFlowControl()Gets the value of the producerFlowControl property.BooleanisReduceMemoryFootprint()Gets the value of the reduceMemoryFootprint property.BooleanisSendAdvisoryIfNoConsumers()Gets the value of the sendAdvisoryIfNoConsumers property.BooleanisSendDuplicateFromStoreToDLQ()Gets the value of the sendDuplicateFromStoreToDLQ property.BooleanisSendFailIfNoSpace()Gets the value of the sendFailIfNoSpace property.BooleanisStrictOrderDispatch()Gets the value of the strictOrderDispatch property.BooleanisTempQueue()Gets the value of the tempQueue property.BooleanisTempTopic()Gets the value of the tempTopic property.BooleanisUseCache()Gets the value of the useCache property.BooleanisUseConsumerPriority()Gets the value of the useConsumerPriority property.BooleanisUsePrefetchExtension()Gets the value of the usePrefetchExtension property.BooleanisUseTopicSubscriptionInflightStats()Gets the value of the useTopicSubscriptionInflightStats property.voidsetAdvisoryForConsumed(Boolean value)Sets the value of the advisoryForConsumed property.voidsetAdvisoryForDelivery(Boolean value)Sets the value of the advisoryForDelivery property.voidsetAdvisoryForDiscardingMessages(Boolean value)Sets the value of the advisoryForDiscardingMessages property.voidsetAdvisoryForFastProducers(Boolean value)Sets the value of the advisoryForFastProducers property.voidsetAdvisoryForSlowConsumers(Boolean value)Sets the value of the advisoryForSlowConsumers property.voidsetAdvisoryWhenFull(Boolean value)Sets the value of the advisoryWhenFull property.voidsetAllConsumersExclusiveByDefault(Boolean value)Sets the value of the allConsumersExclusiveByDefault property.voidsetAlwaysRetroactive(Boolean value)Sets the value of the alwaysRetroactive property.voidsetBlockedProducerWarningInterval(Long value)Sets the value of the blockedProducerWarningInterval property.voidsetConsumersBeforeDispatchStarts(BigInteger value)Sets the value of the consumersBeforeDispatchStarts property.voidsetCursorMemoryHighWaterMark(BigInteger value)Sets the value of the cursorMemoryHighWaterMark property.voidsetDeadLetterStrategy(String value)Sets the value of the deadLetterStrategy property.voidsetDestination(String value)Sets the value of the destination property.voidsetDispatchPolicy(String value)Sets the value of the dispatchPolicy property.voidsetDoOptimzeMessageStorage(Boolean value)Sets the value of the doOptimzeMessageStorage property.voidsetDurableTopicPrefetch(BigInteger value)Sets the value of the durableTopicPrefetch property.voidsetEnableAudit(Boolean value)Sets the value of the enableAudit property.voidsetExpireMessagesPeriod(Long value)Sets the value of the expireMessagesPeriod property.voidsetGcInactiveDestinations(Boolean value)Sets the value of the gcInactiveDestinations property.voidsetGcWithNetworkConsumers(Boolean value)Sets the value of the gcWithNetworkConsumers property.voidsetId(String value)Sets the value of the id property.voidsetInactiveTimeoutBeforeGC(Long value)Sets the value of the inactiveTimeoutBeforeGC property.voidsetInactiveTimoutBeforeGC(Long value)Sets the value of the inactiveTimoutBeforeGC property.voidsetIncludeBodyForAdvisory(Boolean value)Sets the value of the includeBodyForAdvisory property.voidsetLazyDispatch(Boolean value)Sets the value of the lazyDispatch property.voidsetMaxAuditDepth(BigInteger value)Sets the value of the maxAuditDepth property.voidsetMaxBrowsePageSize(BigInteger value)Sets the value of the maxBrowsePageSize property.voidsetMaxDestinations(BigInteger value)Sets the value of the maxDestinations property.voidsetMaxExpirePageSize(BigInteger value)Sets the value of the maxExpirePageSize property.voidsetMaxPageSize(BigInteger value)Sets the value of the maxPageSize property.voidsetMaxProducersToAudit(BigInteger value)Sets the value of the maxProducersToAudit property.voidsetMaxQueueAuditDepth(BigInteger value)Sets the value of the maxQueueAuditDepth property.voidsetMemoryLimit(String value)Sets the value of the memoryLimit property.voidsetMessageEvictionStrategy(String value)Sets the value of the messageEvictionStrategy property.voidsetMessageGroupMapFactory(String value)Sets the value of the messageGroupMapFactory property.voidsetMessageGroupMapFactoryType(String value)Sets the value of the messageGroupMapFactoryType property.voidsetMinimumMessageSize(Long value)Sets the value of the minimumMessageSize property.voidsetNetworkBridgeFilterFactory(String value)Sets the value of the networkBridgeFilterFactory property.voidsetOptimizedDispatch(Boolean value)Sets the value of the optimizedDispatch property.voidsetOptimizeMessageStoreInFlightLimit(BigInteger value)Sets the value of the optimizeMessageStoreInFlightLimit property.voidsetPendingDurableSubscriberPolicy(String value)Sets the value of the pendingDurableSubscriberPolicy property.voidsetPendingMessageLimitStrategy(String value)Sets the value of the pendingMessageLimitStrategy property.voidsetPendingQueuePolicy(String value)Sets the value of the pendingQueuePolicy property.voidsetPendingSubscriberPolicy(String value)Sets the value of the pendingSubscriberPolicy property.voidsetPersistJMSRedelivered(Boolean value)Sets the value of the persistJMSRedelivered property.voidsetPrioritizedMessages(Boolean value)Sets the value of the prioritizedMessages property.voidsetProducerFlowControl(Boolean value)Sets the value of the producerFlowControl property.voidsetQueue(String value)Sets the value of the queue property.voidsetQueueBrowserPrefetch(BigInteger value)Sets the value of the queueBrowserPrefetch property.voidsetQueuePrefetch(BigInteger value)Sets the value of the queuePrefetch property.voidsetReduceMemoryFootprint(Boolean value)Sets the value of the reduceMemoryFootprint property.voidsetSendAdvisoryIfNoConsumers(Boolean value)Sets the value of the sendAdvisoryIfNoConsumers property.voidsetSendDuplicateFromStoreToDLQ(Boolean value)Sets the value of the sendDuplicateFromStoreToDLQ property.voidsetSendFailIfNoSpace(Boolean value)Sets the value of the sendFailIfNoSpace property.voidsetSendFailIfNoSpaceAfterTimeout(Long value)Sets the value of the sendFailIfNoSpaceAfterTimeout property.voidsetSlowConsumerStrategy(String value)Sets the value of the slowConsumerStrategy property.voidsetStoreUsageHighWaterMark(BigInteger value)Sets the value of the storeUsageHighWaterMark property.voidsetStrictOrderDispatch(Boolean value)Sets the value of the strictOrderDispatch property.voidsetSubscriptionRecoveryPolicy(String value)Sets the value of the subscriptionRecoveryPolicy property.voidsetTempQueue(Boolean value)Sets the value of the tempQueue property.voidsetTempTopic(Boolean value)Sets the value of the tempTopic property.voidsetTimeBeforeDispatchStarts(BigInteger value)Sets the value of the timeBeforeDispatchStarts property.voidsetTopic(String value)Sets the value of the topic property.voidsetTopicPrefetch(BigInteger value)Sets the value of the topicPrefetch property.voidsetUseCache(Boolean value)Sets the value of the useCache property.voidsetUseConsumerPriority(Boolean value)Sets the value of the useConsumerPriority property.voidsetUsePrefetchExtension(Boolean value)Sets the value of the usePrefetchExtension property.voidsetUseTopicSubscriptionInflightStats(Boolean value)Sets the value of the useTopicSubscriptionInflightStats property.StringtoString()
-
-
-
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
-
maxPageSize
protected BigInteger maxPageSize
-
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
-
id
protected String id
-
-
Method Detail
-
getDeadLetterStrategyOrDestinationOrDispatchPolicy
public List<Object> getDeadLetterStrategyOrDestinationOrDispatchPolicy()
Gets the value of the deadLetterStrategyOrDestinationOrDispatchPolicy property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the deadLetterStrategyOrDestinationOrDispatchPolicy property.For example, to add a new item, do as follows:
getDeadLetterStrategyOrDestinationOrDispatchPolicy().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<DtoPolicyEntry.DeadLetterStrategy>JAXBElement<DtoPolicyEntry.Destination>JAXBElement<DtoPolicyEntry.DispatchPolicy>JAXBElement<DtoPolicyEntry.MessageEvictionStrategy>JAXBElement<DtoPolicyEntry.MessageGroupMapFactory>JAXBElement<DtoPolicyEntry.NetworkBridgeFilterFactory>JAXBElement<DtoPolicyEntry.PendingDurableSubscriberPolicy>JAXBElement<DtoPolicyEntry.PendingMessageLimitStrategy>JAXBElement<DtoPolicyEntry.PendingQueuePolicy>JAXBElement<DtoPolicyEntry.PendingSubscriberPolicy>JAXBElement<DtoPolicyEntry.SlowConsumerStrategy>JAXBElement<DtoPolicyEntry.SubscriptionRecoveryPolicy>Object
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
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 isBigInteger
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBigInteger
-
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 isBoolean
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isLong
-
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 isString
-
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 isBigInteger
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
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 isBigInteger
-
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 isBigInteger
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
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 isString
-
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 isBigInteger
-
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 isBoolean
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBigInteger
-
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 isString
-
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 isBigInteger
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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:
appendin interfaceorg.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:
appendFieldsin interfaceorg.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:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
-