Configuration Options Related Tasks Related Topics
A messaging bridge instance transfers messages between two messaging providers. The providers may be another implementation of WebLogic JMS or a 3rd-party JMS messaging provider.
Use this page to configure the general settings for this messaging bridge instance to interoperate between messaging providers.
Name | Description |
---|---|
Name |
The name of this messaging bridge. |
Source Bridge Destination |
The source destination from which this messaging bridge instance reads messages. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Target Bridge Destination |
The target destination where a messaging bridge instance sends the messages it receives from the source destination. MBean Attribute: 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:
MBean Attribute: 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.
MBean Attribute: Secure value: Changes take effect after you redeploy the module or restart the server. |
QOS Degradation Allowed |
Specifies if this messaging bridge instance allows the degradation of its QOS (quality of service) when the configured QOS is not available.
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Maximum Idle Time |
The maximum amount of time, in seconds, that a messaging bridge instance remains idle.
MBean Attribute: Minimum value: Maximum value: |
Asynchronous Mode Enabled |
Specifies if a messaging bridge instance forwards in asynchronous messaging mode. AsyncEnabled only applies to messaging bridge instances whose
source destination supports asynchronous receiving. Messaging
bridges instances that forward in asynchronous mode are driven by
the source destination. A messaging bridge instance listens for
messages and forwards them as they arrive. When
Note: For a messaging bridge instance with a QOS of Exactly-once to work in asynchronous mode, the source destination has to support the MDBTransaction interface. Otherwise, the bridge automatically switches to synchronous mode if it detects that MDBTransaction is not supported by the source destination. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Durability Enabled |
Specifies whether or not the messaging bridge allows durable messages. When enabled and the source destination is a JMS topic, a
messaging bridge instance uses a durable subscription to ensure
that no messages are lost in the event of a failure.
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Started |
Specifies the initial operating state of a targetted messaging bridge instance.
After a messaging bridge has started forwarding messages
(running), use
MBean Attribute: |
Preserve Msg Property |
Specifies if message properties are preserved when messages are forwarded by a bridge instance. If the target bridge destination is on wls 9.0 or higher, the following message properties are preserved:
If the target bridge destination is on wls between 6.0 and 8.1 or on a foreign JMS server, the following message properties are preserved:
If the target bridge destination is on wls 5.1 or older, no properties are preserved. MBean Attribute: |
![]() ![]() |