| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.messaging_activemq |
| Modifier and Type | Method and Description |
|---|---|
List<JmsBridge> |
MessagingActivemq.MessagingActivemqResources.jmsBridges()
Get the list of org.wildfly.swarm.config.messaging_activemq.JmsBridge resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
MessagingActivemq.jmsBridge(JmsBridge value)
Add the org.wildfly.swarm.config.messaging_activemq.JmsBridge object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
MessagingActivemq.jmsBridges(List<JmsBridge> value)
Add all org.wildfly.swarm.config.messaging_activemq.JmsBridge objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
JmsBridge |
JmsBridge.addMessageidInHeader(Boolean value)
If true, then the original message's message ID will be appended in the message sent to the destination in the header AMQ_BRIDGE_MSG_ID_LIST.
|
JmsBridge |
JmsBridge.clientId(String value)
The JMS client ID to use when creating/looking up the subscription if it is durable and the source destination is a topic.
|
JmsBridge |
JmsBridge.failureRetryInterval(Long value)
The amount of time in milliseconds to wait between trying to recreate connections to the source or target servers when the bridge has detected they have failed.
|
JmsBridge |
JmsBridge.maxBatchSize(Integer value)
The maximum number of messages to consume from the source destination before sending them in a batch to the target destination.
|
JmsBridge |
JmsBridge.maxBatchTime(Long value)
The maximum number of milliseconds to wait before sending a batch to target, even if the number of messages consumed has not reached max-batch-size.
|
JmsBridge |
JmsBridge.maxRetries(Integer value)
The number of times to attempt to recreate connections to the source or target servers when the bridge has detected they have failed.
|
JmsBridge |
JmsBridge.module(String value)
The name of AS7 module containing the resources required to lookup source and target JMS resources.
|
JmsBridge |
JmsBridge.paused(Boolean value)
Whether the JMS bridge is paused.
|
JmsBridge |
JmsBridge.qualityOfService(String value)
The desired quality of service mode (AT_MOST_ONCE, DUPLICATES_OK or ONCE_AND_ONLY_ONCE).
|
JmsBridge |
JmsBridge.selector(String value)
A JMS selector expression used for consuming messages from the source destination.
|
JmsBridge |
JmsBridge.sourceConnectionFactory(String value)
The name of the source connection factory to lookup on the source messaging server.
|
JmsBridge |
JmsBridge.sourceContext(Map value)
The properties used to configure the source JNDI initial context.
|
JmsBridge |
JmsBridge.sourceDestination(String value)
The name of the source destination to lookup on the source messaging server.
|
JmsBridge |
JmsBridge.sourcePassword(String value)
The password for creating the source connection.
|
JmsBridge |
JmsBridge.sourceUser(String value)
The name of the user for creating the source connection.
|
JmsBridge |
JmsBridge.started(Boolean value)
Whether the JMS bridge is started.
|
JmsBridge |
JmsBridge.subscriptionName(String value)
The name of the subscription if it is durable and the source destination is a topic.
|
JmsBridge |
JmsBridge.targetConnectionFactory(String value)
The name of the target connection factory to lookup on the target messaging server.
|
JmsBridge |
JmsBridge.targetContext(Map value)
The properties used to configure the target JNDI initial context.
|
JmsBridge |
JmsBridge.targetDestination(String value)
The name of the target destination to lookup on the target messaging server.
|
JmsBridge |
JmsBridge.targetPassword(String value)
The password for creating the target connection.
|
JmsBridge |
JmsBridge.targetUser(String value)
The name of the user for creating the target connection.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.