Class ActiveMQRAProperties

    • Field Detail

      • allowLocalTransactions

        protected boolean allowLocalTransactions
      • useTopologyForLoadBalancing

        protected boolean useTopologyForLoadBalancing
    • Constructor Detail

      • ActiveMQRAProperties

        public ActiveMQRAProperties()
        Constructor
    • Method Detail

      • getUserName

        public String getUserName()
        Get the user name
        Returns:
        The value
      • setUserName

        public void setUserName​(String userName)
        Set the user name
        Parameters:
        userName - The value
      • getPassword

        public String getPassword()
        Get the password
        Returns:
        The value
      • setPassword

        public void setPassword​(String password)
        Set the password Based on UseMaskedPassword property, the password can be plain text or encoded string. However we cannot decide which is the case at this moment, because we don't know when the UseMaskedPassword and PasswordCodec are loaded. So for the moment we just save the password.
        Parameters:
        password - The value
      • isUseJNDI

        public boolean isUseJNDI()
        Returns:
        the useJNDI
      • setUseJNDI

        public void setUseJNDI​(Boolean value)
        Parameters:
        value - the useJNDI to set
      • getParsedJndiParams

        public Hashtable<?,​?> getParsedJndiParams()
        Returns:
        return the jndi params to use
      • setParsedJndiParams

        public void setParsedJndiParams​(Hashtable<?,​?> params)
      • getUseLocalTx

        public Boolean getUseLocalTx()
        Get the use XA flag
        Returns:
        The value
      • setUseLocalTx

        public void setUseLocalTx​(Boolean localTx)
        Set the use XA flag
        Parameters:
        localTx - The value
      • getSetupAttempts

        public int getSetupAttempts()
      • setSetupAttempts

        public void setSetupAttempts​(Integer setupAttempts)
      • getSetupInterval

        public long getSetupInterval()
      • setSetupInterval

        public void setSetupInterval​(Long setupInterval)
      • isUseMaskedPassword

        public Boolean isUseMaskedPassword()
      • setUseMaskedPassword

        public void setUseMaskedPassword​(Boolean useMaskedPassword)
      • getPasswordCodec

        public String getPasswordCodec()
      • setPasswordCodec

        public void setPasswordCodec​(String codecs)
      • setUseTopologyForLoadBalancing

        public void setUseTopologyForLoadBalancing​(boolean useTopologyForLoadBalancing)
      • isUseTopologyForLoadBalancing

        public boolean isUseTopologyForLoadBalancing()
      • getCodec

        public String getCodec()
      • getJgroupsChannelLocatorClass

        public String getJgroupsChannelLocatorClass()
      • setJgroupsChannelLocatorClass

        public void setJgroupsChannelLocatorClass​(String jgroupsChannelLocatorClass)
      • getJgroupsChannelRefName

        public String getJgroupsChannelRefName()
      • setJgroupsChannelRefName

        public void setJgroupsChannelRefName​(String jgroupsChannelRefName)
      • isAllowLocalTransactions

        public boolean isAllowLocalTransactions()
      • setAllowLocalTransactions

        public void setAllowLocalTransactions​(boolean allowLocalTransactions)