| 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 | Class and Description |
|---|---|
class |
JMSBridge<T extends JMSBridge>
A JMS bridge instance.
|
interface |
JMSBridgeConfigurator<T extends JMSBridge> |
| 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.sourceContextEntry(String key,
Object 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.targetContextEntry(String key,
Object 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.