Interface NetworkConnectorViewMBean

  • All Superinterfaces:
    org.apache.activemq.Service
    All Known Implementing Classes:
    NetworkConnectorView

    public interface NetworkConnectorViewMBean
    extends org.apache.activemq.Service
    • Method Detail

      • getMessageTTL

        int getMessageTTL()
      • getConsumerTTL

        int getConsumerTTL()
      • getPrefetchSize

        int getPrefetchSize()
      • getAdvisoryPrefetchSize

        int getAdvisoryPrefetchSize()
        Returns:
        Advisory prefetch setting.
      • getUserName

        String getUserName()
      • isBridgeTempDestinations

        boolean isBridgeTempDestinations()
      • isConduitSubscriptions

        boolean isConduitSubscriptions()
      • isDecreaseNetworkConsumerPriority

        boolean isDecreaseNetworkConsumerPriority()
      • isDispatchAsync

        boolean isDispatchAsync()
      • isDynamicOnly

        boolean isDynamicOnly()
      • isDuplex

        boolean isDuplex()
      • isSuppressDuplicateQueueSubscriptions

        boolean isSuppressDuplicateQueueSubscriptions()
      • isSuppressDuplicateTopicSubscriptions

        boolean isSuppressDuplicateTopicSubscriptions()
      • setBridgeTempDestinations

        void setBridgeTempDestinations​(boolean bridgeTempDestinations)
      • setConduitSubscriptions

        void setConduitSubscriptions​(boolean conduitSubscriptions)
      • setDispatchAsync

        void setDispatchAsync​(boolean dispatchAsync)
      • setDynamicOnly

        void setDynamicOnly​(boolean dynamicOnly)
      • setMessageTTL

        void setMessageTTL​(int messageTTL)
      • setConsumerTTL

        void setConsumerTTL​(int consumerTTL)
      • setPassword

        void setPassword​(String password)
      • setPrefetchSize

        void setPrefetchSize​(int prefetchSize)
      • setAdvisoryPrefetchSize

        void setAdvisoryPrefetchSize​(int advisoryPrefetchSize)
      • setUserName

        void setUserName​(String userName)
      • getPassword

        String getPassword()
      • setDecreaseNetworkConsumerPriority

        void setDecreaseNetworkConsumerPriority​(boolean decreaseNetworkConsumerPriority)
      • setSuppressDuplicateQueueSubscriptions

        void setSuppressDuplicateQueueSubscriptions​(boolean val)
      • setSuppressDuplicateTopicSubscriptions

        void setSuppressDuplicateTopicSubscriptions​(boolean val)
      • getRemoteUserName

        String getRemoteUserName()
      • setRemoteUserName

        void setRemoteUserName​(String remoteUserName)
      • getRemotePassword

        String getRemotePassword()
      • setRemotePassword

        void setRemotePassword​(String remotePassword)