| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<AddressSetting> |
Server.ServerResources.addressSettings()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.AddressSetting resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.addressSetting(AddressSetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.AddressSetting object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.addressSettings(List<AddressSetting> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.AddressSetting objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
AddressSetting |
AddressSetting.addressFullPolicy(String value)
Determines what happens when an address where max-size-bytes is specified becomes full.
|
AddressSetting |
AddressSetting.deadLetterAddress(String value)
The dead letter address
|
AddressSetting |
AddressSetting.expiryAddress(String value)
Defines where to send a message that has expired.
|
AddressSetting |
AddressSetting.expiryDelay(Long value)
Defines the expiration time that will be used for messages using the default expiration time
|
AddressSetting |
AddressSetting.lastValueQueue(Boolean value)
Defines whether a queue only uses last values or not
|
AddressSetting |
AddressSetting.maxDeliveryAttempts(Integer value)
Defines how many time a cancelled message can be redelivered before sending to the dead-letter-address
|
AddressSetting |
AddressSetting.maxRedeliveryDelay(Long value)
Maximum value for the redelivery-delay (in ms).
|
AddressSetting |
AddressSetting.maxSizeBytes(Long value)
The max bytes size.
|
AddressSetting |
AddressSetting.messageCounterHistoryDayLimit(Integer value)
Day limit for the message counter history.
|
AddressSetting |
AddressSetting.pageMaxCacheSize(Integer value)
The number of page files to keep in memory to optimize IO during paging navigation.
|
AddressSetting |
AddressSetting.pageSizeBytes(Long value)
The paging size.
|
AddressSetting |
AddressSetting.redeliveryDelay(Long value)
Defines how long to wait before attempting redelivery of a cancelled message
|
AddressSetting |
AddressSetting.redeliveryMultiplier(Double value)
Multiplier to apply to the redelivery-delay parameter
|
AddressSetting |
AddressSetting.redistributionDelay(Long value)
Defines how long to wait when the last consumer is closed on a queue before redistributing any messages
|
AddressSetting |
AddressSetting.sendToDlaOnNoRoute(Boolean value)
If this parameter is set to true for that address, if the message is not routed to any queues it will instead be sent to the dead letter address (DLA) for that address, if it exists.
|
AddressSetting |
AddressSetting.slowConsumerCheckPeriod(Long value)
How often to check for slow consumers on a particular queue.
|
AddressSetting |
AddressSetting.slowConsumerPolicy(String value)
Determine what happens when a slow consumer is identified.
|
AddressSetting |
AddressSetting.slowConsumerThreshold(Long value)
The minimum rate of message consumption allowed before a consumer is considered slow.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.