public class ActiveMQConnectionRequestInfo extends Object implements javax.resource.spi.ConnectionRequestInfo, Serializable, Cloneable
Constructor and Description |
---|
ActiveMQConnectionRequestInfo() |
public ActiveMQConnectionRequestInfo()
public ActiveMQConnectionRequestInfo copy()
public boolean isConnectionFactoryConfigured()
public void configure(ActiveMQConnectionFactory factory)
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 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 getInputStreamPrefetch()
public Integer getQueueBrowserPrefetch()
public Integer getQueuePrefetch()
public Integer getTopicPrefetch()
public void setAllPrefetchValues(Integer i)
public void setDurableTopicPrefetch(Integer durableTopicPrefetch)
public void setInputStreamPrefetch(Integer inputStreamPrefetch)
public void setQueueBrowserPrefetch(Integer queueBrowserPrefetch)
public void setQueuePrefetch(Integer queuePrefetch)
public void setTopicPrefetch(Integer topicPrefetch)
public RedeliveryPolicy redeliveryPolicy()
public ActiveMQPrefetchPolicy prefetchPolicy()
Copyright © 2005–2017. All rights reserved.