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