public class ActiveMQConnectionRequestInfo extends Object implements ConnectionRequestInfo, Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
ActiveMQConnectionRequestInfo() |
protected org.slf4j.Logger log
public ActiveMQConnectionRequestInfo()
public ActiveMQConnectionRequestInfo copy()
public boolean isConnectionFactoryConfigured()
public void configure(org.apache.activemq.ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)
public int hashCode()
hashCode
in interface ConnectionRequestInfo
hashCode
in class Object
ConnectionRequestInfo.hashCode()
public boolean equals(Object o)
equals
in interface ConnectionRequestInfo
equals
in class Object
ConnectionRequestInfo.equals(java.lang.Object)
public String getServerUrl()
public void setServerUrl(String url)
url
- The url to set.public String getPassword()
public void setPassword(String password)
password
- The password to set.public String getUserName()
public void setUserName(String userid)
userid
- The userid to set.public String getClientid()
public void setClientid(String clientid)
clientid
- The clientid to set.public String getTrustStore()
public void setTrustStore(String trustStore)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getKeyStoreKeyPassword()
public void setKeyStoreKeyPassword(String keyStoreKeyPassword)
public Boolean getUseInboundSession()
public void setUseInboundSession(Boolean useInboundSession)
public boolean isUseInboundSessionEnabled()
public Double getRedeliveryBackOffMultiplier()
public Long getInitialRedeliveryDelay()
public Long getMaximumRedeliveryDelay()
public Integer getMaximumRedeliveries()
public Boolean getRedeliveryUseExponentialBackOff()
public void setRedeliveryBackOffMultiplier(Double value)
public void setInitialRedeliveryDelay(Long value)
public void setMaximumRedeliveryDelay(Long value)
public void setMaximumRedeliveries(Integer value)
public void setRedeliveryUseExponentialBackOff(Boolean value)
public Integer getDurableTopicPrefetch()
public Integer getOptimizeDurableTopicPrefetch()
public Integer getInputStreamPrefetch()
public Integer getQueueBrowserPrefetch()
public Integer getQueuePrefetch()
public Integer getTopicPrefetch()
public void setAllPrefetchValues(Integer i)
public void setDurableTopicPrefetch(Integer durableTopicPrefetch)
public void setOptimizeDurableTopicPrefetch(Integer optimizeDurableTopicPrefetch)
public void setInputStreamPrefetch(Integer inputStreamPrefetch)
public void setQueueBrowserPrefetch(Integer queueBrowserPrefetch)
public void setQueuePrefetch(Integer queuePrefetch)
public void setTopicPrefetch(Integer topicPrefetch)
public org.apache.activemq.RedeliveryPolicy redeliveryPolicy()
public org.apache.activemq.ActiveMQPrefetchPolicy prefetchPolicy()
public boolean isUseSessionArgs()
public Boolean getUseSessionArgs()
public void setUseSessionArgs(Boolean useSessionArgs)
protected String defaultValue(String value, String defaultValue)
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.