Class VirtualTopic

    • Constructor Detail

      • VirtualTopic

        public VirtualTopic()
    • Method Detail

      • getPostfix

        public String getPostfix()
      • setPostfix

        public void setPostfix​(String postfix)
        Sets any postix used to identify the queue consumers
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
        Sets the prefix wildcard used to identify the queue consumers for a given topic
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • setSelectorAware

        public void setSelectorAware​(boolean selectorAware)
        Indicates whether the selectors of consumers are used to determine dispatch to a virtual destination, when true only messages matching an existing consumer will be dispatched.
        Parameters:
        selectorAware - when true take consumer selectors into consideration
      • isSelectorAware

        public boolean isSelectorAware()
      • isLocal

        public boolean isLocal()
      • setLocal

        public void setLocal​(boolean local)
      • isConcurrentSend

        public boolean isConcurrentSend()
      • setConcurrentSend

        public void setConcurrentSend​(boolean concurrentSend)
        When true, dispatch to matching destinations in parallel (in multiple threads)
        Parameters:
        concurrentSend -
      • isTransactedSend

        public boolean isTransactedSend()
      • setTransactedSend

        public void setTransactedSend​(boolean transactedSend)
        When true, dispatch to matching destinations always uses a transaction.
        Parameters:
        transactedSend -
      • hashCode

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

        public boolean isDropOnResourceLimit()
      • setDropOnResourceLimit

        public void setDropOnResourceLimit​(boolean dropOnResourceLimit)
      • isSetOriginalDestination

        public boolean isSetOriginalDestination()
      • setSetOriginalDestination

        public void setSetOriginalDestination​(boolean setOriginalDestination)