| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<PooledConnectionFactory> |
Server.ServerResources.pooledConnectionFactorys()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.pooledConnectionFactory(PooledConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.pooledConnectionFactorys(List<PooledConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnectionFactory |
PooledConnectionFactory.autoGroup(Boolean value)
The autogroup.
|
PooledConnectionFactory |
PooledConnectionFactory.blockOnAcknowledge(Boolean value)
True to set block on acknowledge.
|
PooledConnectionFactory |
PooledConnectionFactory.blockOnDurableSend(Boolean value)
True to set block on durable send.
|
PooledConnectionFactory |
PooledConnectionFactory.blockOnNonDurableSend(Boolean value)
True to set block on non durable send.
|
PooledConnectionFactory |
PooledConnectionFactory.cacheLargeMessageClient(Boolean value)
True to cache large messages.
|
PooledConnectionFactory |
PooledConnectionFactory.callFailoverTimeout(Long value)
The timeout to use when fail over is in process (in ms).
|
PooledConnectionFactory |
PooledConnectionFactory.callTimeout(Long value)
The call time out.
|
PooledConnectionFactory |
PooledConnectionFactory.clientFailureCheckPeriod(Long value)
The client failure check period.
|
PooledConnectionFactory |
PooledConnectionFactory.clientId(String value)
The client id.
|
PooledConnectionFactory |
PooledConnectionFactory.compressLargeMessages(Boolean value)
Whether large messages should be compressed.
|
PooledConnectionFactory |
PooledConnectionFactory.confirmationWindowSize(Integer value)
The confirmation window size.
|
PooledConnectionFactory |
PooledConnectionFactory.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.
|
PooledConnectionFactory |
PooledConnectionFactory.connectionTtl(Long value)
The connection ttl.
|
PooledConnectionFactory |
PooledConnectionFactory.connectors(List<String> value)
Defines the connectors.
|
PooledConnectionFactory |
PooledConnectionFactory.consumerMaxRate(Integer value)
The consumer max rate.
|
PooledConnectionFactory |
PooledConnectionFactory.consumerWindowSize(Integer value)
The consumer window size.
|
PooledConnectionFactory |
PooledConnectionFactory.discoveryGroup(String value)
The discovery group name.
|
PooledConnectionFactory |
PooledConnectionFactory.dupsOkBatchSize(Integer value)
The dups ok batch size.
|
PooledConnectionFactory |
PooledConnectionFactory.entries(List<String> value)
The jndi names the connection factory should be bound to.
|
PooledConnectionFactory |
PooledConnectionFactory.failoverOnInitialConnection(Boolean value)
True to fail over on initial connection.
|
PooledConnectionFactory |
PooledConnectionFactory.groupId(String value)
The group id.
|
PooledConnectionFactory |
PooledConnectionFactory.ha(Boolean value)
Whether the connection factory supports High Availability.
|
PooledConnectionFactory |
PooledConnectionFactory.initialConnectAttempts(Integer value)
The number of attempts to connect initially with this factory.
|
PooledConnectionFactory |
PooledConnectionFactory.initialMessagePacketSize(Integer value)
The initial size of messages created through this factory.
|
PooledConnectionFactory |
PooledConnectionFactory.jndiParams(String value)
The JNDI params to use for locating the destination for incoming connections.
|
PooledConnectionFactory |
PooledConnectionFactory.maxPoolSize(Integer value)
The maximum size for the pool
|
PooledConnectionFactory |
PooledConnectionFactory.maxRetryInterval(Long value)
The max retry interval.
|
PooledConnectionFactory |
PooledConnectionFactory.minLargeMessageSize(Integer value)
The min large message size.
|
PooledConnectionFactory |
PooledConnectionFactory.minPoolSize(Integer value)
The minimum size for the pool
|
PooledConnectionFactory |
PooledConnectionFactory.password(String value)
The default password to use with this connection factory.
|
PooledConnectionFactory |
PooledConnectionFactory.preAcknowledge(Boolean value)
True to pre-acknowledge.
|
PooledConnectionFactory |
PooledConnectionFactory.producerMaxRate(Integer value)
The producer max rate.
|
PooledConnectionFactory |
PooledConnectionFactory.producerWindowSize(Integer value)
The producer window size.
|
PooledConnectionFactory |
PooledConnectionFactory.reconnectAttempts(Integer value)
The reconnect attempts.
|
PooledConnectionFactory |
PooledConnectionFactory.retryInterval(Long value)
The retry interval.
|
PooledConnectionFactory |
PooledConnectionFactory.retryIntervalMultiplier(BigDecimal value)
The retry interval multiplier.
|
PooledConnectionFactory |
PooledConnectionFactory.scheduledThreadPoolMaxSize(Integer value)
The scheduled thread pool max size.
|
PooledConnectionFactory |
PooledConnectionFactory.setupAttempts(Integer value)
The number of times to set up an MDB endpoint
|
PooledConnectionFactory |
PooledConnectionFactory.setupInterval(Long value)
The interval between attempts at setting up an MDB endpoint.
|
PooledConnectionFactory |
PooledConnectionFactory.threadPoolMaxSize(Integer value)
The thread pool max size.
|
PooledConnectionFactory |
PooledConnectionFactory.transaction(String value)
TODO
|
PooledConnectionFactory |
PooledConnectionFactory.transactionBatchSize(Integer value)
The transaction batch size.
|
PooledConnectionFactory |
PooledConnectionFactory.useAutoRecovery(Boolean value)
True to use auto recovery.
|
PooledConnectionFactory |
PooledConnectionFactory.useGlobalPools(Boolean value)
True to use global pools.
|
PooledConnectionFactory |
PooledConnectionFactory.useJndi(Boolean value)
Use JNDI to locate the destination for incoming connections
|
PooledConnectionFactory |
PooledConnectionFactory.useLocalTx(Boolean value)
Use a local transaction for incoming sessions
|
PooledConnectionFactory |
PooledConnectionFactory.user(String value)
The default username to use with this connection factory.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.