Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a Bridge Instance

Buttons     Related Tasks     Related Topics

Use this page to create a messaging bridge instance.

Buttons

Name Description
New Destination

Create a new target or source destination for this messaging bridge.

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.

Scope

Specifies if the messaging bridge is accessible within the domain, a partition, or a resource group template.

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

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.

Message Provider for Source Destination

The message provider for the source destination.

MBean Attribute:
MessagingBridgeMBean.SourceDestination

Changes take effect after you redeploy the module or restart the server.

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.

Message Provider for Target Destination

The message provider for the target destination.

MBean Attribute:
MessagingBridgeMBean.SourceDestination

Changes take effect after you redeploy the module or restart the server.

Target

The server instance, cluster, or migratable target where this messaging bridge is deployed.

Related Tasks

Related Topics


Back to Top