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