public class ActiveMQConnectionRequestInfo extends Object implements javax.resource.spi.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(ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)
public int hashCode()
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()
@Deprecated 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 setQueueBrowserPrefetch(Integer queueBrowserPrefetch)
public void setQueuePrefetch(Integer queuePrefetch)
public void setTopicPrefetch(Integer topicPrefetch)
public RedeliveryPolicy redeliveryPolicy()
public ActiveMQPrefetchPolicy prefetchPolicy()
public boolean isUseSessionArgs()
public Boolean getUseSessionArgs()
public void setUseSessionArgs(Boolean useSessionArgs)
protected String defaultValue(String value, String defaultValue)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.