public class Server extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Server.ServerResources
Child mutators for Server
|
| Modifier and Type | Method and Description |
|---|---|
Server |
acceptor(Acceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Acceptor object to the list of subresources
|
Server |
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).
|
Server |
active(Boolean value)
Whether the server is active (and accepting connections) or passive (in backup mode, waiting for failover).
|
Server |
addressSetting(AddressSetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.AddressSetting object to the list of subresources
|
Server |
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.
|
Server |
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.
|
Server |
bindingsDirectoryPath(BindingsDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Server |
bridge(Bridge value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Bridge object to the list of subresources
|
Server |
bridges(List<Bridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Bridge objects to this subresource
|
Server |
broadcastGroup(BroadcastGroup value)
Add the org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup object to the list of subresources
|
Server |
broadcastGroups(List<BroadcastGroup> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup objects to this subresource
|
Server |
clusterConnection(ClusterConnection value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection object to the list of subresources
|
Server |
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.
|
Server |
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.
|
Server |
clusterUser(String value)
The user used by cluster connections to communicate between the clustered nodes.
|
Server |
connectionFactory(ConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory object to the list of subresources
|
Server |
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.
|
Server |
connectionTtlOverride(Long value)
If set, this will override how long (in ms) to keep a connection alive without receiving a ping.
|
Server |
connector(Connector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Connector object to the list of subresources
|
Server |
connectors(List<Connector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Connector objects to this subresource
|
Server |
connectorService(ConnectorService value)
Add the org.wildfly.swarm.config.messaging_activemq.server.ConnectorService object to the list of subresources
|
Server |
connectorServices(List<ConnectorService> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.ConnectorService objects to this subresource
|
Server |
coreAddress(CoreAddress value)
Add the org.wildfly.swarm.config.messaging_activemq.server.CoreAddress object to the list of subresources
|
Server |
coreAddress(List<CoreAddress> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.CoreAddress objects to this subresource
|
Boolean |
createBindingsDir()
Whether the server should create the bindings directory on start up.
|
Server |
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.
|
Server |
createJournalDir(Boolean value)
Whether the server should create the journal directory on start up.
|
Server |
discoveryGroup(DiscoveryGroup value)
Add the org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup object to the list of subresources
|
Server |
discoveryGroups(List<DiscoveryGroup> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup objects to this subresource
|
Server |
divert(Divert value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Divert object to the list of subresources
|
Server |
diverts(List<Divert> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Divert objects to this subresource
|
String |
getKey() |
Server |
groupingHandler(GroupingHandler value)
Add the org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler object to the list of subresources
|
Server |
groupingHandlers(List<GroupingHandler> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler objects to this subresource
|
Server |
httpAcceptor(HttpAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor object to the list of subresources
|
Server |
httpAcceptors(List<HttpAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor objects to this subresource
|
Server |
httpConnector(HttpConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.HttpConnector object to the list of subresources
|
Server |
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.
|
Server |
idCacheSize(Integer value)
The size of the cache for pre-creating message IDs.
|
List<Map> |
incomingInterceptors()
The list of incoming interceptor classes used by this server.
|
Server |
incomingInterceptors(List<Map> value)
The list of incoming interceptor classes used by this server.
|
Server |
inVmAcceptor(InVmAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVmAcceptor object to the list of subresources
|
Server |
inVmAcceptors(List<InVmAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVmAcceptor objects to this subresource
|
Server |
inVmConnector(InVmConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVmConnector object to the list of subresources
|
Server |
inVmConnectors(List<InVmConnector> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVmConnector objects to this subresource
|
Server |
jmsQueue(JmsQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JmsQueue object to the list of subresources
|
Server |
jmsQueues(List<JmsQueue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.JmsQueue objects to this subresource
|
Server |
jmsTopic(JmsTopic value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JmsTopic object to the list of subresources
|
Server |
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.
|
Server |
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.
|
Server |
jmxManagementEnabled(Boolean value)
Whether ActiveMQ should expose its internal management API via JMX.
|
Long |
journalBufferSize()
The size of the internal buffer on the journal.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Server |
legacyConnectionFactory(LegacyConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory object to the list of subresources
|
Server |
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).
|
Server |
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.
|
Server |
logJournalWriteRate(Boolean value)
Whether to periodically log the journal's write rate and flush rate.
|
String |
managementAddress()
Address to send management messages to.
|
Server |
managementAddress(String value)
Address to send management messages to.
|
String |
managementNotificationAddress()
The name of the address that consumers bind to to receive management notifications.
|
Server |
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)
|
Server |
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
|
Server |
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.
|
Server |
messageCounterMaxDayHistory(Integer value)
How many days to keep message counter history.
|
Long |
messageCounterSamplePeriod()
The sample period (in ms) to use for message counters.
|
Server |
messageCounterSamplePeriod(Long value)
The sample period (in ms) to use for message counters.
|
Long |
messageExpiryScanPeriod()
How often (in ms) to scan for expired messages.
|
Server |
messageExpiryScanPeriod(Long value)
How often (in ms) to scan for expired messages.
|
Integer |
messageExpiryThreadPriority()
The priority of the thread expiring messages.
|
Server |
messageExpiryThreadPriority(Integer value)
The priority of the thread expiring messages.
|
List<Map> |
outgoingInterceptors()
The list of outgoing interceptor classes used by this server.
|
Server |
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.
|
Server |
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
|
Server |
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.
|
Server |
pagingDirectoryPath(PagingDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Integer |
perfBlastPages()
TODO
|
Server |
perfBlastPages(Integer value)
TODO
|
Boolean |
persistDeliveryCountBeforeDelivery()
Whether the delivery count is persisted before delivery.
|
Server |
persistDeliveryCountBeforeDelivery(Boolean value)
Whether the delivery count is persisted before delivery.
|
Boolean |
persistenceEnabled()
Whether the server will use the file based journal for persistence.
|
Server |
persistenceEnabled(Boolean value)
Whether the server will use the file based journal for persistence.
|
Boolean |
persistIdCache()
Whether IDs are persisted to the journal.
|
Server |
persistIdCache(Boolean value)
Whether IDs are persisted to the journal.
|
Server |
pooledConnectionFactory(PooledConnectionFactory value)
Add the org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory object to the list of subresources
|
Server |
pooledConnectionFactorys(List<PooledConnectionFactory> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory objects to this subresource
|
Server |
queue(Queue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Queue object to the list of subresources
|
Server |
queues(List<Queue> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Queue objects to this subresource
|
Server |
remoteAcceptor(RemoteAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor object to the list of subresources
|
Server |
remoteAcceptors(List<RemoteAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor objects to this subresource
|
Server |
remoteConnector(RemoteConnector value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector object to the list of subresources
|
Server |
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).
|
Server |
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).
|
Server |
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).
|
Server |
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.
|
Server |
runSyncSpeedTest(Boolean value)
Whether on startup to perform a diagnostic test on how fast your disk can sync.
|
Server |
runtimeQueue(RuntimeQueue value)
Add the org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue object to the list of subresources
|
Server |
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.
|
Server |
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
|
Server |
securityDomain(String value)
The security domain to use to verify user and role information
|
Boolean |
securityEnabled()
Whether security is enabled.
|
Server |
securityEnabled(Boolean value)
Whether security is enabled.
|
Long |
securityInvalidationInterval()
How long (in ms) to wait before invalidating the security cache.
|
Server |
securityInvalidationInterval(Long value)
How long (in ms) to wait before invalidating the security cache.
|
Server |
securitySetting(SecuritySetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting object to the list of subresources
|
Server |
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.
|
Server |
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).
|
Server |
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).
|
Server |
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).
|
Server |
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.
|
Server |
started(Boolean value)
Whether this server is started.
|
Boolean |
statisticsEnabled()
Whether gathering of statistics such as message counters are enabled.
|
Server |
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.
|
Server |
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.
|
Server |
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.
|
Server |
transactionTimeoutScanPeriod(Long value)
How often (in ms) to scan for timeout transactions.
|
String |
version()
The server's version.
|
Server |
version(String value)
The server's version.
|
Boolean |
wildCardRoutingEnabled()
Whether the server supports wild card routing.
|
Server |
wildCardRoutingEnabled(Boolean value)
Whether the server supports wild card routing.
|
public Server(String key)
public String getKey()
public Boolean active()
public Server active(Boolean value)
public Boolean asyncConnectionExecutionEnabled()
public Server asyncConnectionExecutionEnabled(Boolean value)
public Long connectionTtlOverride()
public Server connectionTtlOverride(Long value)
public Integer idCacheSize()
public Server idCacheSize(Integer value)
public List<Map> incomingInterceptors()
public Server incomingInterceptors(List<Map> value)
public List<Map> outgoingInterceptors()
public Server outgoingInterceptors(List<Map> value)
public Integer pageMaxConcurrentIo()
public Server pageMaxConcurrentIo(Integer value)
public Boolean persistDeliveryCountBeforeDelivery()
public Server persistDeliveryCountBeforeDelivery(Boolean value)
public Boolean persistIdCache()
public Server persistIdCache(Boolean value)
public Boolean persistenceEnabled()
public Server persistenceEnabled(Boolean value)
public Integer scheduledThreadPoolMaxSize()
public Server scheduledThreadPoolMaxSize(Integer value)
public Boolean started()
public Integer threadPoolMaxSize()
public Server threadPoolMaxSize(Integer value)
public String version()
public Boolean wildCardRoutingEnabled()
public Server wildCardRoutingEnabled(Boolean value)
public String clusterPassword()
public Server clusterPassword(String value)
public String clusterUser()
public Server clusterUser(String value)
public Long memoryMeasureInterval()
public Server memoryMeasureInterval(Long value)
public Integer memoryWarningThreshold()
public Server memoryWarningThreshold(Integer value)
public Integer perfBlastPages()
public Boolean runSyncSpeedTest()
public Server runSyncSpeedTest(Boolean value)
public Long serverDumpInterval()
public Server serverDumpInterval(Long value)
public Boolean createBindingsDir()
public Server createBindingsDir(Boolean value)
public Boolean createJournalDir()
public Server createJournalDir(Boolean value)
public Long journalBufferSize()
public Server journalBufferSize(Long value)
public Long journalBufferTimeout()
public Server journalBufferTimeout(Long value)
public Integer journalCompactMinFiles()
public Server journalCompactMinFiles(Integer value)
public Integer journalCompactPercentage()
public Server journalCompactPercentage(Integer value)
public Long journalFileSize()
public Integer journalMaxIo()
public Server journalMaxIo(Integer value)
public Integer journalMinFiles()
public Boolean journalSyncNonTransactional()
public Server journalSyncNonTransactional(Boolean value)
public Boolean journalSyncTransactional()
public Server journalSyncTransactional(Boolean value)
public String journalType()
public Boolean logJournalWriteRate()
public Server logJournalWriteRate(Boolean value)
public String jmxDomain()
public Server jmxDomain(String value)
public Boolean jmxManagementEnabled()
public Server jmxManagementEnabled(Boolean value)
public String managementAddress()
public Server managementAddress(String value)
public String managementNotificationAddress()
public Server managementNotificationAddress(String value)
public Long messageExpiryScanPeriod()
public Server messageExpiryScanPeriod(Long value)
public Integer messageExpiryThreadPriority()
public Server messageExpiryThreadPriority(Integer value)
public Boolean overrideInVmSecurity()
public Server overrideInVmSecurity(Boolean value)
public String securityDomain()
public Server securityDomain(String value)
public Boolean securityEnabled()
public Long securityInvalidationInterval()
public Server securityInvalidationInterval(Long value)
public Integer messageCounterMaxDayHistory()
public Server messageCounterMaxDayHistory(Integer value)
public Long messageCounterSamplePeriod()
public Server messageCounterSamplePeriod(Long value)
public Boolean statisticsEnabled()
public Server statisticsEnabled(Boolean value)
public Long transactionTimeout()
public Server transactionTimeout(Long value)
public Long transactionTimeoutScanPeriod()
public Server transactionTimeoutScanPeriod(Long value)
public Server.ServerResources subresources()
public Server connectorServices(List<ConnectorService> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ConnectorService objects.public Server connectorService(ConnectorService value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ConnectorService to addpublic Server httpAcceptors(List<HttpAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor objects.public Server httpAcceptor(HttpAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.HttpAcceptor to addpublic Server clusterConnections(List<ClusterConnection> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection objects.public Server clusterConnection(ClusterConnection value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ClusterConnection to addpublic Server broadcastGroups(List<BroadcastGroup> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup objects.public Server broadcastGroup(BroadcastGroup value)
value - The org.wildfly.swarm.config.messaging_activemq.server.BroadcastGroup to addpublic Server runtimeQueues(List<RuntimeQueue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue objects.public Server runtimeQueue(RuntimeQueue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RuntimeQueue to addpublic Server addressSettings(List<AddressSetting> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.AddressSetting objects.public Server addressSetting(AddressSetting value)
value - The org.wildfly.swarm.config.messaging_activemq.server.AddressSetting to addpublic Server jmsQueues(List<JmsQueue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.JmsQueue objects.public Server jmsQueue(JmsQueue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.JmsQueue to addpublic Server pooledConnectionFactorys(List<PooledConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory objects.public Server pooledConnectionFactory(PooledConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.PooledConnectionFactory to addpublic Server diverts(List<Divert> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Divert objects.public Server divert(Divert value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Divert to addpublic Server inVmAcceptors(List<InVmAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.InVmAcceptor objects.public Server inVmAcceptor(InVmAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.InVmAcceptor to addpublic Server discoveryGroups(List<DiscoveryGroup> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup objects.public Server discoveryGroup(DiscoveryGroup value)
value - The org.wildfly.swarm.config.messaging_activemq.server.DiscoveryGroup to addpublic Server httpConnectors(List<HttpConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.HttpConnector objects.public Server httpConnector(HttpConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.HttpConnector to addpublic Server connectionFactorys(List<ConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory objects.public Server connectionFactory(ConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.ConnectionFactory to addpublic Server acceptors(List<Acceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Acceptor objects.public Server acceptor(Acceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Acceptor to addpublic Server remoteAcceptors(List<RemoteAcceptor> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor objects.public Server remoteAcceptor(RemoteAcceptor value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RemoteAcceptor to addpublic Server remoteConnectors(List<RemoteConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector objects.public Server remoteConnector(RemoteConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.RemoteConnector to addpublic Server inVmConnectors(List<InVmConnector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.InVmConnector objects.public Server inVmConnector(InVmConnector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.InVmConnector to addpublic Server legacyConnectionFactorys(List<LegacyConnectionFactory> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory objects.public Server legacyConnectionFactory(LegacyConnectionFactory value)
value - The org.wildfly.swarm.config.messaging_activemq.server.LegacyConnectionFactory to addpublic Server groupingHandlers(List<GroupingHandler> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler objects.public Server groupingHandler(GroupingHandler value)
value - The org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler to addpublic Server jmsTopics(List<JmsTopic> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.JmsTopic objects.public Server jmsTopic(JmsTopic value)
value - The org.wildfly.swarm.config.messaging_activemq.server.JmsTopic to addpublic Server connectors(List<Connector> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Connector objects.public Server connector(Connector value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Connector to addpublic Server securitySettings(List<SecuritySetting> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting objects.public Server securitySetting(SecuritySetting value)
value - The org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting to addpublic Server coreAddress(List<CoreAddress> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.CoreAddress objects.public Server coreAddress(CoreAddress value)
value - The org.wildfly.swarm.config.messaging_activemq.server.CoreAddress to addpublic Server bridges(List<Bridge> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Bridge objects.public Server bridge(Bridge value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Bridge to addpublic Server queues(List<Queue> value)
value - List of org.wildfly.swarm.config.messaging_activemq.server.Queue objects.public Server queue(Queue value)
value - The org.wildfly.swarm.config.messaging_activemq.server.Queue to addpublic SharedStoreColocatedHaPolicy sharedStoreColocatedHaPolicy()
public Server sharedStoreColocatedHaPolicy(SharedStoreColocatedHaPolicy value)
public ReplicationMasterHaPolicy replicationMasterHaPolicy()
public Server replicationMasterHaPolicy(ReplicationMasterHaPolicy value)
public SharedStoreMasterHaPolicy sharedStoreMasterHaPolicy()
public Server sharedStoreMasterHaPolicy(SharedStoreMasterHaPolicy value)
public BindingsDirectoryPath bindingsDirectoryPath()
public Server bindingsDirectoryPath(BindingsDirectoryPath value)
public ReplicationColocatedHaPolicy replicationColocatedHaPolicy()
public Server replicationColocatedHaPolicy(ReplicationColocatedHaPolicy value)
public JournalDirectoryPath journalDirectoryPath()
public Server journalDirectoryPath(JournalDirectoryPath value)
public SharedStoreSlaveHaPolicy sharedStoreSlaveHaPolicy()
public Server sharedStoreSlaveHaPolicy(SharedStoreSlaveHaPolicy value)
public PagingDirectoryPath pagingDirectoryPath()
public Server pagingDirectoryPath(PagingDirectoryPath value)
public LargeMessagesDirectoryPath largeMessagesDirectoryPath()
public Server largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
public LiveOnlyHaPolicy liveOnlyHaPolicy()
public Server liveOnlyHaPolicy(LiveOnlyHaPolicy value)
public ReplicationSlaveHaPolicy replicationSlaveHaPolicy()
public Server replicationSlaveHaPolicy(ReplicationSlaveHaPolicy value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.