public class LegacyConnectionFactory extends Object
| Constructor and Description |
|---|
LegacyConnectionFactory(String key) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoGroup()
Whether or not message grouping is automatically used
|
LegacyConnectionFactory |
autoGroup(Boolean value)
Whether or not message grouping is automatically used
|
Boolean |
blockOnAcknowledge()
True to set block on acknowledge.
|
LegacyConnectionFactory |
blockOnAcknowledge(Boolean value)
True to set block on acknowledge.
|
Boolean |
blockOnDurableSend()
True to set block on durable send.
|
LegacyConnectionFactory |
blockOnDurableSend(Boolean value)
True to set block on durable send.
|
Boolean |
blockOnNonDurableSend()
True to set block on non durable send.
|
LegacyConnectionFactory |
blockOnNonDurableSend(Boolean value)
True to set block on non durable send.
|
Boolean |
cacheLargeMessageClient()
True to cache large messages.
|
LegacyConnectionFactory |
cacheLargeMessageClient(Boolean value)
True to cache large messages.
|
Long |
callFailoverTimeout()
The timeout to use when fail over is in process (in ms).
|
LegacyConnectionFactory |
callFailoverTimeout(Long value)
The timeout to use when fail over is in process (in ms).
|
Long |
callTimeout()
The call time out.
|
LegacyConnectionFactory |
callTimeout(Long value)
The call time out.
|
Long |
clientFailureCheckPeriod()
The client failure check period.
|
LegacyConnectionFactory |
clientFailureCheckPeriod(Long value)
The client failure check period.
|
String |
clientId()
The client id.
|
LegacyConnectionFactory |
clientId(String value)
The client id.
|
Boolean |
compressLargeMessages()
Whether large messages should be compressed.
|
LegacyConnectionFactory |
compressLargeMessages(Boolean value)
Whether large messages should be compressed.
|
Integer |
confirmationWindowSize()
The confirmation window size.
|
LegacyConnectionFactory |
confirmationWindowSize(Integer value)
The confirmation window size.
|
String |
connectionLoadBalancingPolicyClassName()
Name of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster.
|
LegacyConnectionFactory |
connectionLoadBalancingPolicyClassName(String value)
Name of a class implementing a client-side load balancing policy that a client can use to load balance sessions across different nodes in a cluster.
|
Long |
connectionTtl()
The connection ttl.
|
LegacyConnectionFactory |
connectionTtl(Long value)
The connection ttl.
|
List<String> |
connectors()
Defines the connectors.
|
LegacyConnectionFactory |
connectors(List<String> value)
Defines the connectors.
|
Integer |
consumerMaxRate()
The consumer max rate.
|
LegacyConnectionFactory |
consumerMaxRate(Integer value)
The consumer max rate.
|
Integer |
consumerWindowSize()
The consumer window size.
|
LegacyConnectionFactory |
consumerWindowSize(Integer value)
The consumer window size.
|
String |
discoveryGroup()
The discovery group name.
|
LegacyConnectionFactory |
discoveryGroup(String value)
The discovery group name.
|
Integer |
dupsOkBatchSize()
The dups ok batch size.
|
LegacyConnectionFactory |
dupsOkBatchSize(Integer value)
The dups ok batch size.
|
List<String> |
entries()
The jndi names the connection factory should be bound to.
|
LegacyConnectionFactory |
entries(List<String> value)
The jndi names the connection factory should be bound to.
|
String |
factoryType()
The type of connection factory.
|
LegacyConnectionFactory |
factoryType(String value)
The type of connection factory.
|
Boolean |
failoverOnInitialConnection()
True to fail over on initial connection.
|
LegacyConnectionFactory |
failoverOnInitialConnection(Boolean value)
True to fail over on initial connection.
|
String |
getKey() |
String |
groupId()
The group id.
|
LegacyConnectionFactory |
groupId(String value)
The group id.
|
Boolean |
ha()
Whether the connection factory supports High Availability.
|
LegacyConnectionFactory |
ha(Boolean value)
Whether the connection factory supports High Availability.
|
Integer |
initialConnectAttempts()
The number of attempts for the initial connection to the server.
|
LegacyConnectionFactory |
initialConnectAttempts(Integer value)
The number of attempts for the initial connection to the server.
|
Integer |
initialMessagePacketSize()
The initial size of messages created through this factory.
|
LegacyConnectionFactory |
initialMessagePacketSize(Integer value)
The initial size of messages created through this factory.
|
Long |
maxRetryInterval()
The max retry interval.
|
LegacyConnectionFactory |
maxRetryInterval(Long value)
The max retry interval.
|
Integer |
minLargeMessageSize()
The min large message size.
|
LegacyConnectionFactory |
minLargeMessageSize(Integer value)
The min large message size.
|
Boolean |
preAcknowledge()
True to pre-acknowledge.
|
LegacyConnectionFactory |
preAcknowledge(Boolean value)
True to pre-acknowledge.
|
Integer |
producerMaxRate()
The producer max rate.
|
LegacyConnectionFactory |
producerMaxRate(Integer value)
The producer max rate.
|
Integer |
producerWindowSize()
The producer window size.
|
LegacyConnectionFactory |
producerWindowSize(Integer value)
The producer window size.
|
Integer |
reconnectAttempts()
The reconnect attempts.
|
LegacyConnectionFactory |
reconnectAttempts(Integer value)
The reconnect attempts.
|
Long |
retryInterval()
The retry interval.
|
LegacyConnectionFactory |
retryInterval(Long value)
The retry interval.
|
BigDecimal |
retryIntervalMultiplier()
The retry interval multiplier.
|
LegacyConnectionFactory |
retryIntervalMultiplier(BigDecimal value)
The retry interval multiplier.
|
Integer |
scheduledThreadPoolMaxSize()
The scheduled thread pool max size.
|
LegacyConnectionFactory |
scheduledThreadPoolMaxSize(Integer value)
The scheduled thread pool max size.
|
Integer |
threadPoolMaxSize()
The thread pool max size.
|
LegacyConnectionFactory |
threadPoolMaxSize(Integer value)
The thread pool max size.
|
Integer |
transactionBatchSize()
The transaction batch size.
|
LegacyConnectionFactory |
transactionBatchSize(Integer value)
The transaction batch size.
|
Boolean |
useGlobalPools()
True to use global pools.
|
LegacyConnectionFactory |
useGlobalPools(Boolean value)
True to use global pools.
|
public LegacyConnectionFactory(String key)
public String getKey()
public Boolean autoGroup()
public LegacyConnectionFactory autoGroup(Boolean value)
public Boolean blockOnAcknowledge()
public LegacyConnectionFactory blockOnAcknowledge(Boolean value)
public Boolean blockOnDurableSend()
public LegacyConnectionFactory blockOnDurableSend(Boolean value)
public Boolean blockOnNonDurableSend()
public LegacyConnectionFactory blockOnNonDurableSend(Boolean value)
public Boolean cacheLargeMessageClient()
public LegacyConnectionFactory cacheLargeMessageClient(Boolean value)
public Long callFailoverTimeout()
public LegacyConnectionFactory callFailoverTimeout(Long value)
public Long callTimeout()
public LegacyConnectionFactory callTimeout(Long value)
public Long clientFailureCheckPeriod()
public LegacyConnectionFactory clientFailureCheckPeriod(Long value)
public String clientId()
public LegacyConnectionFactory clientId(String value)
public Boolean compressLargeMessages()
public LegacyConnectionFactory compressLargeMessages(Boolean value)
public Integer confirmationWindowSize()
public LegacyConnectionFactory confirmationWindowSize(Integer value)
public String connectionLoadBalancingPolicyClassName()
public LegacyConnectionFactory connectionLoadBalancingPolicyClassName(String value)
public Long connectionTtl()
public LegacyConnectionFactory connectionTtl(Long value)
public List<String> connectors()
public LegacyConnectionFactory connectors(List<String> value)
public Integer consumerMaxRate()
public LegacyConnectionFactory consumerMaxRate(Integer value)
public Integer consumerWindowSize()
public LegacyConnectionFactory consumerWindowSize(Integer value)
public String discoveryGroup()
public LegacyConnectionFactory discoveryGroup(String value)
public Integer dupsOkBatchSize()
public LegacyConnectionFactory dupsOkBatchSize(Integer value)
public LegacyConnectionFactory entries(List<String> value)
public String factoryType()
public LegacyConnectionFactory factoryType(String value)
public Boolean failoverOnInitialConnection()
public LegacyConnectionFactory failoverOnInitialConnection(Boolean value)
public String groupId()
public LegacyConnectionFactory groupId(String value)
public Boolean ha()
public LegacyConnectionFactory ha(Boolean value)
public Integer initialConnectAttempts()
public LegacyConnectionFactory initialConnectAttempts(Integer value)
public Integer initialMessagePacketSize()
public LegacyConnectionFactory initialMessagePacketSize(Integer value)
public Long maxRetryInterval()
public LegacyConnectionFactory maxRetryInterval(Long value)
public Integer minLargeMessageSize()
public LegacyConnectionFactory minLargeMessageSize(Integer value)
public Boolean preAcknowledge()
public LegacyConnectionFactory preAcknowledge(Boolean value)
public Integer producerMaxRate()
public LegacyConnectionFactory producerMaxRate(Integer value)
public Integer producerWindowSize()
public LegacyConnectionFactory producerWindowSize(Integer value)
public Integer reconnectAttempts()
public LegacyConnectionFactory reconnectAttempts(Integer value)
public Long retryInterval()
public LegacyConnectionFactory retryInterval(Long value)
public BigDecimal retryIntervalMultiplier()
public LegacyConnectionFactory retryIntervalMultiplier(BigDecimal value)
public Integer scheduledThreadPoolMaxSize()
public LegacyConnectionFactory scheduledThreadPoolMaxSize(Integer value)
public Integer threadPoolMaxSize()
public LegacyConnectionFactory threadPoolMaxSize(Integer value)
public Integer transactionBatchSize()
public LegacyConnectionFactory transactionBatchSize(Integer value)
public Boolean useGlobalPools()
public LegacyConnectionFactory useGlobalPools(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.