| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<LegacyConnectionFactory> |
Server.ServerResources.legacyConnectionFactorys()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.legacyConnectionFactory(LegacyConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.legacyConnectionFactorys(List<LegacyConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
LegacyConnectionFactory |
LegacyConnectionFactory.autoGroup(Boolean value)
Whether or not message grouping is automatically used
|
LegacyConnectionFactory |
LegacyConnectionFactory.blockOnAcknowledge(Boolean value)
True to set block on acknowledge.
|
LegacyConnectionFactory |
LegacyConnectionFactory.blockOnDurableSend(Boolean value)
True to set block on durable send.
|
LegacyConnectionFactory |
LegacyConnectionFactory.blockOnNonDurableSend(Boolean value)
True to set block on non durable send.
|
LegacyConnectionFactory |
LegacyConnectionFactory.cacheLargeMessageClient(Boolean value)
True to cache large messages.
|
LegacyConnectionFactory |
LegacyConnectionFactory.callFailoverTimeout(Long value)
The timeout to use when fail over is in process (in ms).
|
LegacyConnectionFactory |
LegacyConnectionFactory.callTimeout(Long value)
The call time out.
|
LegacyConnectionFactory |
LegacyConnectionFactory.clientFailureCheckPeriod(Long value)
The client failure check period.
|
LegacyConnectionFactory |
LegacyConnectionFactory.clientId(String value)
The client id.
|
LegacyConnectionFactory |
LegacyConnectionFactory.compressLargeMessages(Boolean value)
Whether large messages should be compressed.
|
LegacyConnectionFactory |
LegacyConnectionFactory.confirmationWindowSize(Integer value)
The confirmation window size.
|
LegacyConnectionFactory |
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.
|
LegacyConnectionFactory |
LegacyConnectionFactory.connectionTtl(Long value)
The connection ttl.
|
LegacyConnectionFactory |
LegacyConnectionFactory.connectors(List<String> value)
Defines the connectors.
|
LegacyConnectionFactory |
LegacyConnectionFactory.consumerMaxRate(Integer value)
The consumer max rate.
|
LegacyConnectionFactory |
LegacyConnectionFactory.consumerWindowSize(Integer value)
The consumer window size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.discoveryGroup(String value)
The discovery group name.
|
LegacyConnectionFactory |
LegacyConnectionFactory.dupsOkBatchSize(Integer value)
The dups ok batch size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.entries(List<String> value)
The jndi names the connection factory should be bound to.
|
LegacyConnectionFactory |
LegacyConnectionFactory.factoryType(String value)
The type of connection factory.
|
LegacyConnectionFactory |
LegacyConnectionFactory.failoverOnInitialConnection(Boolean value)
True to fail over on initial connection.
|
LegacyConnectionFactory |
LegacyConnectionFactory.groupId(String value)
The group id.
|
LegacyConnectionFactory |
LegacyConnectionFactory.ha(Boolean value)
Whether the connection factory supports High Availability.
|
LegacyConnectionFactory |
LegacyConnectionFactory.initialConnectAttempts(Integer value)
The number of attempts for the initial connection to the server.
|
LegacyConnectionFactory |
LegacyConnectionFactory.initialMessagePacketSize(Integer value)
The initial size of messages created through this factory.
|
LegacyConnectionFactory |
LegacyConnectionFactory.maxRetryInterval(Long value)
The max retry interval.
|
LegacyConnectionFactory |
LegacyConnectionFactory.minLargeMessageSize(Integer value)
The min large message size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.preAcknowledge(Boolean value)
True to pre-acknowledge.
|
LegacyConnectionFactory |
LegacyConnectionFactory.producerMaxRate(Integer value)
The producer max rate.
|
LegacyConnectionFactory |
LegacyConnectionFactory.producerWindowSize(Integer value)
The producer window size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.reconnectAttempts(Integer value)
The reconnect attempts.
|
LegacyConnectionFactory |
LegacyConnectionFactory.retryInterval(Long value)
The retry interval.
|
LegacyConnectionFactory |
LegacyConnectionFactory.retryIntervalMultiplier(BigDecimal value)
The retry interval multiplier.
|
LegacyConnectionFactory |
LegacyConnectionFactory.scheduledThreadPoolMaxSize(Integer value)
The scheduled thread pool max size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.threadPoolMaxSize(Integer value)
The thread pool max size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.transactionBatchSize(Integer value)
The transaction batch size.
|
LegacyConnectionFactory |
LegacyConnectionFactory.useGlobalPools(Boolean value)
True to use global pools.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.