| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<GroupingHandler> |
Server.ServerResources.groupingHandlers()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.groupingHandler(GroupingHandler value)
Add the org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.groupingHandlers(List<GroupingHandler> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.GroupingHandler objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
GroupingHandler |
GroupingHandler.groupingHandlerAddress(String value)
A reference to a cluster connection and the address it uses.
|
GroupingHandler |
GroupingHandler.groupTimeout(Long value)
How long a group binding will be used, -1 means for ever.
|
GroupingHandler |
GroupingHandler.reaperPeriod(Long value)
How often the reaper will be run to check for timed out group bindings (only valid for LOCAL handlers).
|
GroupingHandler |
GroupingHandler.timeout(Long value)
How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept.
|
GroupingHandler |
GroupingHandler.type(String value)
Whether the handler is the single "Local" handler for the cluster, which makes handling decisions, or a "Remote" handler which converses with the local handler.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.