| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<Divert> |
Server.ServerResources.diverts()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.Divert resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.divert(Divert value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Divert object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.diverts(List<Divert> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Divert objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Divert |
Divert.divertAddress(String value)
Address to divert from
|
Divert |
Divert.exclusive(Boolean value)
Whether the divert is exclusive, meaning that the message is diverted to the new address, and does not go to the old address at all.
|
Divert |
Divert.filter(String value)
An optional filter string.
|
Divert |
Divert.forwardingAddress(String value)
Address to divert to
|
Divert |
Divert.routingName(String value)
Routing name of the divert
|
Divert |
Divert.transformerClassName(String value)
The name of a class used to transform the message's body or properties before it is diverted.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.