public class ActiveMQConnectionRequestInfo extends Object implements javax.resource.spi.ConnectionRequestInfo, Serializable, Cloneable
| Constructor and Description |
|---|
ActiveMQConnectionRequestInfo() |
public ActiveMQConnectionRequestInfo copy()
public boolean isConnectionFactoryConfigured()
public void configure(org.apache.activemq.ActiveMQConnectionFactory factory)
public int hashCode()
public boolean equals(Object o)
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 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()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.