Create a Bridge Instance
Use this page to create a messaging bridge instance.
Configuration Options
Name Description Name The name of this messaging bridge.
MBean Attribute:
WebLogicMBean.Name
Changes take effect after you redeploy the module or restart the server.
Selector The filter for messages that are sent across the messaging bridge instance.
Only messages that match the selection criteria are sent across the messaging bridge:
For queues, messages that do not match the selection criteria are left behind and accumulate in the queue.
For topics, messages that do not match the connection criteria are dropped.
MBean Attribute:
MessagingBridgeMBean.Selector
Changes take effect after you redeploy the module or restart the server.
Quality Of Service The QOS (quality of service) for this messaging bridge instance.
Exactly-once: Each message in the source destination is transferred to the target exactly once. This is the highest QOS a messaging bridge instance can offer.
Atmost-once: Each message in the source is transferred to the target only once with the possibility of being lost during the forwarding.
Duplicate-okay: Messages in the source destination are transferred to the target (none are lost) but some may appear in the target more than once.
MBean Attribute:
MessagingBridgeMBean.QualityOfService
Secure value:
Exactly-once
Changes take effect after you redeploy the module or restart the server.
Started Specifies the initial operating state of a targeted messaging bridge instance.
If enabled, the messaging bridge instance forwards messages (running).
If not enabled, the messaging bridge instance does not forward messages (temporarily stopped).
After a messaging bridge has started forwarding messages (running), use
Started
to temporarily suspend an active messaging bridge instance or restart an stopped messaging bridge instance.
Select the
Started
checkbox to start a messaging bridge instance that has been temporarily stopped.Clear the
Started
checkbox to temporarily stop a messaging bridge instance that was running.This value does not indicate the run-time state of a messaging bridge instance.
MBean Attribute:
MessagingBridgeMBean.Started
Select an Existing Source Destination The source destination from which this messaging bridge instance reads messages.
MBean Attribute:
MessagingBridgeMBean.SourceDestination
Changes take effect after you redeploy the module or restart the server.
Select an Existing Target Destination The target destination where a messaging bridge instance sends the messages it receives from the source destination.
MBean Attribute:
MessagingBridgeMBean.TargetDestination
Changes take effect after you redeploy the module or restart the server.