public class Server<T extends Server> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Server.ServerResources
Child mutators for Server
|
| Modifier and Type | Method and Description |
|---|---|
T |
acceptor(Acceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Acceptor object to the list of subresources
|
T |
acceptor(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Acceptor object to the list of subresources
|
T |
acceptor(String childKey,
AcceptorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Acceptor object to the list of subresources
|
T |
acceptors(List<Acceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Acceptor objects to this subresource
|
Boolean |
active()
Whether the server is active (and accepting connections) or passive (in backup mode, waiting for failover).
|
T |
active(Boolean value)
Whether the server is active (and accepting connections) or passive (in backup mode, waiting for failover).
|
T |
addressSetting(AddressSetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.AddressSetting object to the list of subresources
|
T |
addressSetting(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.AddressSetting object to the list of subresources
|
T |
addressSetting(String childKey,
AddressSettingConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.AddressSetting object to the list of subresources
|
T |
addressSettings(List<AddressSetting> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.AddressSetting objects to this subresource
|
Boolean |
asyncConnectionExecutionEnabled()
Whether incoming packets on the server should be handed off to a thread from the thread pool for processing.
|
T |
asyncConnectionExecutionEnabled(Boolean value)
Whether incoming packets on the server should be handed off to a thread from the thread pool for processing.
|
BindingsDirectoryPath |
bindingsDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
bindingsDirectoryPath(BindingsDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
bridge(Bridge value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Bridge object to the list of subresources
|
T |
bridge(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Bridge object to the list of subresources
|
T |
bridge(String childKey,
BridgeConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Bridge object to the list of subresources
|
T |
bridges(List<Bridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Bridge objects to this subresource
|
T |
broadcastGroup(BroadcastGroup value)
Add the org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup object to the list of subresources
|
T |
broadcastGroup(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup object to the list of subresources
|
T |
broadcastGroup(String childKey,
BroadcastGroupConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup object to the list of subresources
|
T |
broadcastGroups(List<BroadcastGroup> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup objects to this subresource
|
T |
clusterConnection(ClusterConnection value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection object to the list of subresources
|
T |
clusterConnection(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection object to the list of subresources
|
T |
clusterConnection(String childKey,
ClusterConnectionConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection object to the list of subresources
|
T |
clusterConnections(List<ClusterConnection> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection objects to this subresource
|
String |
clusterPassword()
The password used by cluster connections to communicate between the clustered nodes.
|
T |
clusterPassword(String value)
The password used by cluster connections to communicate between the clustered nodes.
|
String |
clusterUser()
The user used by cluster connections to communicate between the clustered nodes.
|
T |
clusterUser(String value)
The user used by cluster connections to communicate between the clustered nodes.
|
T |
connectionFactory(ConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory object to the list of subresources
|
T |
connectionFactory(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory object to the list of subresources
|
T |
connectionFactory(String childKey,
ConnectionFactoryConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory object to the list of subresources
|
T |
connectionFactorys(List<ConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory objects to this subresource
|
Long |
connectionTtlOverride()
If set, this will override how long (in ms) to keep a connection alive without receiving a ping.
|
T |
connectionTtlOverride(Long value)
If set, this will override how long (in ms) to keep a connection alive without receiving a ping.
|
T |
connector(Connector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Connector object to the list of subresources
|
T |
connector(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Connector object to the list of subresources
|
T |
connector(String childKey,
ConnectorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Connector object to the list of subresources
|
T |
connectors(List<Connector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Connector objects to this subresource
|
T |
connectorService(ConnectorService value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ConnectorService object to the list of subresources
|
T |
connectorService(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ConnectorService object to the list of subresources
|
T |
connectorService(String childKey,
ConnectorServiceConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.ConnectorService object to the list of subresources
|
T |
connectorServices(List<ConnectorService> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.ConnectorService objects to this subresource
|
T |
coreAddress(CoreAddress value)
Add the org.wildfly.swarm.config.messaging_activemq.server.CoreAddress object to the list of subresources
|
T |
coreAddress(List<CoreAddress> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.CoreAddress objects to this subresource
|
T |
coreAddress(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.CoreAddress object to the list of subresources
|
T |
coreAddress(String childKey,
CoreAddressConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.CoreAddress object to the list of subresources
|
Boolean |
createBindingsDir()
Whether the server should create the bindings directory on start up.
|
T |
createBindingsDir(Boolean value)
Whether the server should create the bindings directory on start up.
|
Boolean |
createJournalDir()
Whether the server should create the journal directory on start up.
|
T |
createJournalDir(Boolean value)
Whether the server should create the journal directory on start up.
|
T |
discoveryGroup(DiscoveryGroup value)
Add the org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup object to the list of subresources
|
T |
discoveryGroup(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup object to the list of subresources
|
T |
discoveryGroup(String childKey,
DiscoveryGroupConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup object to the list of subresources
|
T |
discoveryGroups(List<DiscoveryGroup> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup objects to this subresource
|
T |
divert(Divert value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Divert object to the list of subresources
|
T |
divert(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Divert object to the list of subresources
|
T |
divert(String childKey,
DivertConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Divert object to the list of subresources
|
T |
diverts(List<Divert> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Divert objects to this subresource
|
String |
getKey() |
T |
groupingHandler(GroupingHandler value)
Add the org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler object to the list of subresources
|
T |
groupingHandler(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler object to the list of subresources
|
T |
groupingHandler(String childKey,
GroupingHandlerConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler object to the list of subresources
|
T |
groupingHandlers(List<GroupingHandler> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler objects to this subresource
|
T |
httpAcceptor(HTTPAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor object to the list of subresources
|
T |
httpAcceptor(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor object to the list of subresources
|
T |
httpAcceptor(String childKey,
HTTPAcceptorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor object to the list of subresources
|
T |
httpAcceptors(List<HTTPAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor objects to this subresource
|
T |
httpConnector(HTTPConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector object to the list of subresources
|
T |
httpConnector(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector object to the list of subresources
|
T |
httpConnector(String childKey,
HTTPConnectorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector object to the list of subresources
|
T |
httpConnectors(List<HTTPConnector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector objects to this subresource
|
Integer |
idCacheSize()
The size of the cache for pre-creating message IDs.
|
T |
idCacheSize(Integer value)
The size of the cache for pre-creating message IDs.
|
T |
incomingInterceptor(Map value)
The list of incoming interceptor classes used by this server.
|
List<Map> |
incomingInterceptors()
The list of incoming interceptor classes used by this server.
|
T |
incomingInterceptors(List<Map> value)
The list of incoming interceptor classes used by this server.
|
T |
inVmAcceptor(InVMAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor object to the list of subresources
|
T |
inVmAcceptor(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor object to the list of subresources
|
T |
inVmAcceptor(String childKey,
InVMAcceptorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor object to the list of subresources
|
T |
inVmAcceptors(List<InVMAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor objects to this subresource
|
T |
inVmConnector(InVMConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVMConnector object to the list of subresources
|
T |
inVmConnector(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.InVMConnector object to the list of subresources
|
T |
inVmConnector(String childKey,
InVMConnectorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.InVMConnector object to the list of subresources
|
T |
inVmConnectors(List<InVMConnector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVMConnector objects to this subresource
|
T |
jmsQueue(JMSQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JMSQueue object to the list of subresources
|
T |
jmsQueue(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.JMSQueue object to the list of subresources
|
T |
jmsQueue(String childKey,
JMSQueueConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.JMSQueue object to the list of subresources
|
T |
jmsQueues(List<JMSQueue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.JMSQueue objects to this subresource
|
T |
jmsTopic(JMSTopic value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JMSTopic object to the list of subresources
|
T |
jmsTopic(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.JMSTopic object to the list of subresources
|
T |
jmsTopic(String childKey,
JMSTopicConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.JMSTopic object to the list of subresources
|
T |
jmsTopics(List<JMSTopic> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.JMSTopic objects to this subresource
|
String |
jmxDomain()
The JMX domain used to register internal ActiveMQ MBeans in the MBeanServer.
|
T |
jmxDomain(String value)
The JMX domain used to register internal ActiveMQ MBeans in the MBeanServer.
|
Boolean |
jmxManagementEnabled()
Whether ActiveMQ should expose its internal management API via JMX.
|
T |
jmxManagementEnabled(Boolean value)
Whether ActiveMQ should expose its internal management API via JMX.
|
Long |
journalBufferSize()
The size of the internal buffer on the journal.
|
T |
journalBufferSize(Long value)
The size of the internal buffer on the journal.
|
Long |
journalBufferTimeout()
The timeout (in nanoseconds) used to flush internal buffers on the journal.
|
T |
journalBufferTimeout(Long value)
The timeout (in nanoseconds) used to flush internal buffers on the journal.
|
Integer |
journalCompactMinFiles()
The minimal number of journal data files before we can start compacting.
|
T |
journalCompactMinFiles(Integer value)
The minimal number of journal data files before we can start compacting.
|
Integer |
journalCompactPercentage()
The percentage of live data on which we consider compacting the journal.
|
T |
journalCompactPercentage(Integer value)
The percentage of live data on which we consider compacting the journal.
|
JournalDirectoryPath |
journalDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
journalDirectoryPath(JournalDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Long |
journalFileSize()
The size (in bytes) of each journal file.
|
T |
journalFileSize(Long value)
The size (in bytes) of each journal file.
|
Integer |
journalMaxIo()
The maximum number of write requests that can be in the AIO queue at any one time.
|
T |
journalMaxIo(Integer value)
The maximum number of write requests that can be in the AIO queue at any one time.
|
Integer |
journalMinFiles()
How many journal files to pre-create.
|
T |
journalMinFiles(Integer value)
How many journal files to pre-create.
|
Boolean |
journalSyncNonTransactional()
Whether to wait for non transaction data to be synced to the journal before returning a response to the client.
|
T |
journalSyncNonTransactional(Boolean value)
Whether to wait for non transaction data to be synced to the journal before returning a response to the client.
|
Boolean |
journalSyncTransactional()
Whether to wait for transaction data to be synchronized to the journal before returning a response to the client.
|
T |
journalSyncTransactional(Boolean value)
Whether to wait for transaction data to be synchronized to the journal before returning a response to the client.
|
String |
journalType()
The type of journal to use.
|
T |
journalType(String value)
The type of journal to use.
|
LargeMessagesDirectoryPath |
largeMessagesDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
legacyConnectionFactory(LegacyConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory object to the list of subresources
|
T |
legacyConnectionFactory(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory object to the list of subresources
|
T |
legacyConnectionFactory(String childKey,
LegacyConnectionFactoryConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory object to the list of subresources
|
T |
legacyConnectionFactorys(List<LegacyConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory objects to this subresource
|
LiveOnlyHAPolicy |
liveOnlyHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
liveOnlyHaPolicy(LiveOnlyHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
Boolean |
logJournalWriteRate()
Whether to periodically log the journal's write rate and flush rate.
|
T |
logJournalWriteRate(Boolean value)
Whether to periodically log the journal's write rate and flush rate.
|
String |
managementAddress()
Address to send management messages to.
|
T |
managementAddress(String value)
Address to send management messages to.
|
String |
managementNotificationAddress()
The name of the address that consumers bind to to receive management notifications.
|
T |
managementNotificationAddress(String value)
The name of the address that consumers bind to to receive management notifications.
|
Long |
memoryMeasureInterval()
Frequency to sample JVM memory in ms (or -1 to disable memory sampling)
|
T |
memoryMeasureInterval(Long value)
Frequency to sample JVM memory in ms (or -1 to disable memory sampling)
|
Integer |
memoryWarningThreshold()
Percentage of available memory which if exceeded results in a warning log
|
T |
memoryWarningThreshold(Integer value)
Percentage of available memory which if exceeded results in a warning log
|
Integer |
messageCounterMaxDayHistory()
How many days to keep message counter history.
|
T |
messageCounterMaxDayHistory(Integer value)
How many days to keep message counter history.
|
Long |
messageCounterSamplePeriod()
The sample period (in ms) to use for message counters.
|
T |
messageCounterSamplePeriod(Long value)
The sample period (in ms) to use for message counters.
|
Long |
messageExpiryScanPeriod()
How often (in ms) to scan for expired messages.
|
T |
messageExpiryScanPeriod(Long value)
How often (in ms) to scan for expired messages.
|
Integer |
messageExpiryThreadPriority()
The priority of the thread expiring messages.
|
T |
messageExpiryThreadPriority(Integer value)
The priority of the thread expiring messages.
|
T |
outgoingInterceptor(Map value)
The list of outgoing interceptor classes used by this server.
|
List<Map> |
outgoingInterceptors()
The list of outgoing interceptor classes used by this server.
|
T |
outgoingInterceptors(List<Map> value)
The list of outgoing interceptor classes used by this server.
|
Boolean |
overrideInVmSecurity()
Whether the ActiveMQ server will override security credentials for in-vm connections.
|
T |
overrideInVmSecurity(Boolean value)
Whether the ActiveMQ server will override security credentials for in-vm connections.
|
Integer |
pageMaxConcurrentIo()
The maximum number of concurrent reads allowed on paging
|
T |
pageMaxConcurrentIo(Integer value)
The maximum number of concurrent reads allowed on paging
|
PagingDirectoryPath |
pagingDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
pagingDirectoryPath(PagingDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Integer |
perfBlastPages()
TODO
|
T |
perfBlastPages(Integer value)
TODO
|
Boolean |
persistDeliveryCountBeforeDelivery()
Whether the delivery count is persisted before delivery.
|
T |
persistDeliveryCountBeforeDelivery(Boolean value)
Whether the delivery count is persisted before delivery.
|
Boolean |
persistenceEnabled()
Whether the server will use the file based journal for persistence.
|
T |
persistenceEnabled(Boolean value)
Whether the server will use the file based journal for persistence.
|
Boolean |
persistIdCache()
Whether IDs are persisted to the journal.
|
T |
persistIdCache(Boolean value)
Whether IDs are persisted to the journal.
|
T |
pooledConnectionFactory(PooledConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory object to the list of subresources
|
T |
pooledConnectionFactory(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory object to the list of subresources
|
T |
pooledConnectionFactory(String childKey,
PooledConnectionFactoryConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory object to the list of subresources
|
T |
pooledConnectionFactorys(List<PooledConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory objects to this subresource
|
T |
queue(Queue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Queue object to the list of subresources
|
T |
queue(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Queue object to the list of subresources
|
T |
queue(String childKey,
QueueConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Queue object to the list of subresources
|
T |
queues(List<Queue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Queue objects to this subresource
|
T |
remoteAcceptor(RemoteAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptor(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptor(String childKey,
RemoteAcceptorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptors(List<RemoteAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor objects to this subresource
|
T |
remoteConnector(RemoteConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector object to the list of subresources
|
T |
remoteConnector(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector object to the list of subresources
|
T |
remoteConnector(String childKey,
RemoteConnectorConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector object to the list of subresources
|
T |
remoteConnectors(List<RemoteConnector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector objects to this subresource
|
ReplicationColocatedHAPolicy |
replicationColocatedHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
replicationColocatedHaPolicy(ReplicationColocatedHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
ReplicationMasterHAPolicy |
replicationMasterHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
replicationMasterHaPolicy(ReplicationMasterHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
ReplicationSlaveHAPolicy |
replicationSlaveHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
replicationSlaveHaPolicy(ReplicationSlaveHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
Boolean |
runSyncSpeedTest()
Whether on startup to perform a diagnostic test on how fast your disk can sync.
|
T |
runSyncSpeedTest(Boolean value)
Whether on startup to perform a diagnostic test on how fast your disk can sync.
|
T |
runtimeQueue(RuntimeQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue object to the list of subresources
|
T |
runtimeQueue(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue object to the list of subresources
|
T |
runtimeQueue(String childKey,
RuntimeQueueConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue object to the list of subresources
|
T |
runtimeQueues(List<RuntimeQueue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue objects to this subresource
|
Integer |
scheduledThreadPoolMaxSize()
The number of threads that the main scheduled thread pool has.
|
T |
scheduledThreadPoolMaxSize(Integer value)
The number of threads that the main scheduled thread pool has.
|
String |
securityDomain()
The security domain to use to verify user and role information
|
T |
securityDomain(String value)
The security domain to use to verify user and role information
|
Boolean |
securityEnabled()
Whether security is enabled.
|
T |
securityEnabled(Boolean value)
Whether security is enabled.
|
Long |
securityInvalidationInterval()
How long (in ms) to wait before invalidating the security cache.
|
T |
securityInvalidationInterval(Long value)
How long (in ms) to wait before invalidating the security cache.
|
T |
securitySetting(SecuritySetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting object to the list of subresources
|
T |
securitySetting(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting object to the list of subresources
|
T |
securitySetting(String childKey,
SecuritySettingConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting object to the list of subresources
|
T |
securitySettings(List<SecuritySetting> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting objects to this subresource
|
Long |
serverDumpInterval()
How often to dump basic runtime information to the server log.
|
T |
serverDumpInterval(Long value)
How often to dump basic runtime information to the server log.
|
SharedStoreColocatedHAPolicy |
sharedStoreColocatedHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
SharedStoreMasterHAPolicy |
sharedStoreMasterHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
SharedStoreSlaveHAPolicy |
sharedStoreSlaveHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
Boolean |
started()
Whether this server is started.
|
T |
started(Boolean value)
Whether this server is started.
|
Boolean |
statisticsEnabled()
Whether gathering of statistics such as message counters are enabled.
|
T |
statisticsEnabled(Boolean value)
Whether gathering of statistics such as message counters are enabled.
|
Server.ServerResources |
subresources() |
Integer |
threadPoolMaxSize()
The number of threads that the main thread pool has.
|
T |
threadPoolMaxSize(Integer value)
The number of threads that the main thread pool has.
|
Long |
transactionTimeout()
How long (in ms) before a transaction can be removed from the resource manager after create time.
|
T |
transactionTimeout(Long value)
How long (in ms) before a transaction can be removed from the resource manager after create time.
|
Long |
transactionTimeoutScanPeriod()
How often (in ms) to scan for timeout transactions.
|
T |
transactionTimeoutScanPeriod(Long value)
How often (in ms) to scan for timeout transactions.
|
String |
version()
The server's version.
|
T |
version(String value)
The server's version.
|
Boolean |
wildCardRoutingEnabled()
Whether the server supports wild card routing.
|
T |
wildCardRoutingEnabled(Boolean value)
Whether the server supports wild card routing.
|
public Server(String key)
public String getKey()
public Boolean active()
public T active(Boolean value)
public Boolean asyncConnectionExecutionEnabled()
public T asyncConnectionExecutionEnabled(Boolean value)
public Long connectionTtlOverride()
public T connectionTtlOverride(Long value)
public Integer idCacheSize()
public List<Map> incomingInterceptors()
public T incomingInterceptors(List<Map> value)
public T incomingInterceptor(Map value)
public List<Map> outgoingInterceptors()
public T outgoingInterceptors(List<Map> value)
public T outgoingInterceptor(Map value)
public Integer pageMaxConcurrentIo()
public T pageMaxConcurrentIo(Integer value)
public Boolean persistDeliveryCountBeforeDelivery()
public T persistDeliveryCountBeforeDelivery(Boolean value)
public Boolean persistIdCache()
public Boolean persistenceEnabled()
public T persistenceEnabled(Boolean value)
public Integer scheduledThreadPoolMaxSize()
public T scheduledThreadPoolMaxSize(Integer value)
public Boolean started()
public Integer threadPoolMaxSize()
public T threadPoolMaxSize(Integer value)
public String version()
public Boolean wildCardRoutingEnabled()
public T wildCardRoutingEnabled(Boolean value)
public String clusterPassword()
public T clusterPassword(String value)
public String clusterUser()
public T clusterUser(String value)
public Long memoryMeasureInterval()
public T memoryMeasureInterval(Long value)
public Integer memoryWarningThreshold()
public T memoryWarningThreshold(Integer value)
public Integer perfBlastPages()
public Boolean runSyncSpeedTest()
public T runSyncSpeedTest(Boolean value)
public Long serverDumpInterval()
public T serverDumpInterval(Long value)
public Boolean createBindingsDir()
public T createBindingsDir(Boolean value)
public Boolean createJournalDir()
public T createJournalDir(Boolean value)
public Long journalBufferSize()
public T journalBufferSize(Long value)
public Long journalBufferTimeout()
public T journalBufferTimeout(Long value)
public Integer journalCompactMinFiles()
public T journalCompactMinFiles(Integer value)
public Integer journalCompactPercentage()
public T journalCompactPercentage(Integer value)
public Long journalFileSize()
public Integer journalMaxIo()
public T journalMaxIo(Integer value)
public Integer journalMinFiles()
public Boolean journalSyncNonTransactional()
public T journalSyncNonTransactional(Boolean value)
public Boolean journalSyncTransactional()
public T journalSyncTransactional(Boolean value)
public String journalType()
public Boolean logJournalWriteRate()
public T logJournalWriteRate(Boolean value)
public String jmxDomain()
public T jmxDomain(String value)
public Boolean jmxManagementEnabled()
public T jmxManagementEnabled(Boolean value)
public String managementAddress()
public String managementNotificationAddress()
public T managementNotificationAddress(String value)
public Long messageExpiryScanPeriod()
public T messageExpiryScanPeriod(Long value)
public Integer messageExpiryThreadPriority()
public T messageExpiryThreadPriority(Integer value)
public Boolean overrideInVmSecurity()
public T overrideInVmSecurity(Boolean value)
public String securityDomain()
public T securityDomain(String value)
public Boolean securityEnabled()
public Long securityInvalidationInterval()
public T securityInvalidationInterval(Long value)
public Integer messageCounterMaxDayHistory()
public T messageCounterMaxDayHistory(Integer value)
public Long messageCounterSamplePeriod()
public T messageCounterSamplePeriod(Long value)
public Boolean statisticsEnabled()
public T statisticsEnabled(Boolean value)
public Long transactionTimeout()
public T transactionTimeout(Long value)
public Long transactionTimeoutScanPeriod()
public T transactionTimeoutScanPeriod(Long value)
public Server.ServerResources subresources()
public T connectorServices(List<ConnectorService> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ConnectorService objects.public T connectorService(ConnectorService value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ConnectorService to addpublic T connectorService(String childKey, ConnectorServiceConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ConnectorService resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.ConnectorServiceConfigurator to usepublic T connectorService(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ConnectorService resourcepublic T httpAcceptors(List<HTTPAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor objects.public T httpAcceptor(HTTPAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor to addpublic T httpAcceptor(String childKey, HTTPAcceptorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptorConfigurator to usepublic T httpAcceptor(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.HTTPAcceptor resourcepublic T clusterConnections(List<ClusterConnection> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection objects.public T clusterConnection(ClusterConnection value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection to addpublic T clusterConnection(String childKey, ClusterConnectionConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.ClusterConnectionConfigurator to usepublic T clusterConnection(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection resourcepublic T broadcastGroups(List<BroadcastGroup> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup objects.public T broadcastGroup(BroadcastGroup value)
value - The org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup to addpublic T broadcastGroup(String childKey, BroadcastGroupConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroupConfigurator to usepublic T broadcastGroup(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup resourcepublic T runtimeQueues(List<RuntimeQueue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue objects.public T runtimeQueue(RuntimeQueue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue to addpublic T runtimeQueue(String childKey, RuntimeQueueConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueueConfigurator to usepublic T runtimeQueue(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue resourcepublic T addressSettings(List<AddressSetting> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.AddressSetting objects.public T addressSetting(AddressSetting value)
value - The org.wildfly.swarm.config.messaging_activemq.server.AddressSetting to addpublic T addressSetting(String childKey, AddressSettingConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.AddressSetting resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.AddressSettingConfigurator to usepublic T addressSetting(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.AddressSetting resourcepublic T jmsQueues(List<JMSQueue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.JMSQueue objects.public T jmsQueue(JMSQueue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.JMSQueue to addpublic T jmsQueue(String childKey, JMSQueueConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.JMSQueue resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.JMSQueueConfigurator to usepublic T jmsQueue(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.JMSQueue resourcepublic T pooledConnectionFactorys(List<PooledConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory objects.public T pooledConnectionFactory(PooledConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory to addpublic T pooledConnectionFactory(String childKey, PooledConnectionFactoryConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactoryConfigurator to usepublic T pooledConnectionFactory(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory resourcepublic T diverts(List<Divert> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Divert objects.public T divert(Divert value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Divert to addpublic T divert(String childKey, DivertConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Divert resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.DivertConfigurator to usepublic T divert(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Divert resourcepublic T inVmAcceptors(List<InVMAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor objects.public T inVmAcceptor(InVMAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor to addpublic T inVmAcceptor(String childKey, InVMAcceptorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptorConfigurator to usepublic T inVmAcceptor(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor resourcepublic T discoveryGroups(List<DiscoveryGroup> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup objects.public T discoveryGroup(DiscoveryGroup value)
value - The org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup to addpublic T discoveryGroup(String childKey, DiscoveryGroupConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroupConfigurator to usepublic T discoveryGroup(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup resourcepublic T httpConnectors(List<HTTPConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector objects.public T httpConnector(HTTPConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector to addpublic T httpConnector(String childKey, HTTPConnectorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.HTTPConnectorConfigurator to usepublic T httpConnector(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.HTTPConnector resourcepublic T connectionFactorys(List<ConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory objects.public T connectionFactory(ConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory to addpublic T connectionFactory(String childKey, ConnectionFactoryConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactoryConfigurator to usepublic T connectionFactory(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory resourcepublic T acceptors(List<Acceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Acceptor objects.public T acceptor(Acceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Acceptor to addpublic T acceptor(String childKey, AcceptorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Acceptor resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.AcceptorConfigurator to usepublic T acceptor(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Acceptor resourcepublic T remoteAcceptors(List<RemoteAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor objects.public T remoteAcceptor(RemoteAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor to addpublic T remoteAcceptor(String childKey, RemoteAcceptorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptorConfigurator to usepublic T remoteAcceptor(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor resourcepublic T remoteConnectors(List<RemoteConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector objects.public T remoteConnector(RemoteConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector to addpublic T remoteConnector(String childKey, RemoteConnectorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.RemoteConnectorConfigurator to usepublic T remoteConnector(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector resourcepublic T inVmConnectors(List<InVMConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.InVMConnector objects.public T inVmConnector(InVMConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.InVMConnector to addpublic T inVmConnector(String childKey, InVMConnectorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.InVMConnector resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.InVMConnectorConfigurator to usepublic T inVmConnector(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.InVMConnector resourcepublic T legacyConnectionFactorys(List<LegacyConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory objects.public T legacyConnectionFactory(LegacyConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory to addpublic T legacyConnectionFactory(String childKey, LegacyConnectionFactoryConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactoryConfigurator to usepublic T legacyConnectionFactory(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory resourcepublic T groupingHandlers(List<GroupingHandler> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler objects.public T groupingHandler(GroupingHandler value)
value - The org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler to addpublic T groupingHandler(String childKey, GroupingHandlerConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.GroupingHandlerConfigurator to usepublic T groupingHandler(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler resourcepublic T jmsTopics(List<JMSTopic> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.JMSTopic objects.public T jmsTopic(JMSTopic value)
value - The org.wildfly.swarm.config.messaging_activemq.server.JMSTopic to addpublic T jmsTopic(String childKey, JMSTopicConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.JMSTopic resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.JMSTopicConfigurator to usepublic T jmsTopic(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.JMSTopic resourcepublic T connectors(List<Connector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Connector objects.public T connector(Connector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Connector to addpublic T connector(String childKey, ConnectorConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Connector resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.ConnectorConfigurator to usepublic T connector(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Connector resourcepublic T securitySettings(List<SecuritySetting> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting objects.public T securitySetting(SecuritySetting value)
value - The org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting to addpublic T securitySetting(String childKey, SecuritySettingConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.SecuritySettingConfigurator to usepublic T securitySetting(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting resourcepublic T coreAddress(List<CoreAddress> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.CoreAddress objects.public T coreAddress(CoreAddress value)
value - The org.wildfly.swarm.config.messaging_activemq.server.CoreAddress to addpublic T coreAddress(String childKey, CoreAddressConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.CoreAddress resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.CoreAddressConfigurator to usepublic T coreAddress(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.CoreAddress resourcepublic T bridges(List<Bridge> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Bridge objects.public T bridge(Bridge value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Bridge to addpublic T bridge(String childKey, BridgeConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Bridge resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.BridgeConfigurator to usepublic T bridge(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Bridge resourcepublic T queues(List<Queue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Queue objects.public T queue(Queue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Queue to addpublic T queue(String childKey, QueueConfigurator config)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Queue resourceconfig - The org.wildfly.swarm.config.messaging_activemq.server.QueueConfigurator to usepublic T queue(String childKey)
key - The key for the org.wildfly.swarm.config.messaging_activemq.server.Queue resourcepublic SharedStoreColocatedHAPolicy sharedStoreColocatedHaPolicy()
public T sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicy value)
public ReplicationMasterHAPolicy replicationMasterHaPolicy()
public T replicationMasterHaPolicy(ReplicationMasterHAPolicy value)
public SharedStoreMasterHAPolicy sharedStoreMasterHaPolicy()
public T sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicy value)
public BindingsDirectoryPath bindingsDirectoryPath()
public T bindingsDirectoryPath(BindingsDirectoryPath value)
public ReplicationColocatedHAPolicy replicationColocatedHaPolicy()
public T replicationColocatedHaPolicy(ReplicationColocatedHAPolicy value)
public JournalDirectoryPath journalDirectoryPath()
public T journalDirectoryPath(JournalDirectoryPath value)
public SharedStoreSlaveHAPolicy sharedStoreSlaveHaPolicy()
public T sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicy value)
public PagingDirectoryPath pagingDirectoryPath()
public T pagingDirectoryPath(PagingDirectoryPath value)
public LargeMessagesDirectoryPath largeMessagesDirectoryPath()
public T largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
public LiveOnlyHAPolicy liveOnlyHaPolicy()
public T liveOnlyHaPolicy(LiveOnlyHAPolicy value)
public ReplicationSlaveHAPolicy replicationSlaveHaPolicy()
public T replicationSlaveHaPolicy(ReplicationSlaveHAPolicy value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.