Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Remote SAF Context: Properties

Configuration Options     

Use this page to define properties for this remote SAF context.

Configuration Options

Name Description
Resource Type

The type of JMS system resource.

MBean Attribute:
JMSSystemResourceMBean.Type

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

Name

The name of this remote SAF context.

MBean Attribute:
JMSSystemResourceMBean.Name

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

Notes

Notes describing the configuration of this remote SAF context.

Compression Threshold

The number of bytes for a serialized message body so that any message that exceeds this limit triggers message compression when the message is about to be sent across a SAF agent's JVM boundary.

The compression will occur on the sending-side SAF agent's JVM if the message body size exceeds the threshold limit.

MBean Attribute (Does not apply to application modules) :
SAFRemoteContextBean.CompressionThreshold

Minimum value: 0

Maximum value: 2147483647

Reply To Remote SAF Context

Specifies the SAF Remote Context Name used by the replyTo destination in the remote cluster or server.

MBean Attribute (Does not apply to application modules) :
SAFRemoteContextBean.ReplyToSAFRemoteContextName

Specify the Login Context

Select this checkbox to specify the login context and enter your desired credentials.

URL

Specifies the URL to connect to when using this SAF Login Context.

SAFImportedDestinations are associated with a SAFRemoteContext that has a SAFLoginContext. This SAFLoginContext defines the URL to connect to.

MBean Attribute (Does not apply to application modules) :
SAFLoginContextBean.LoginURL

User Name

The name used to log into the remote URL.

When Username is specified for a SAFLoginContext, then SAFPrincipalName is not specified.

MBean Attribute (Does not apply to application modules) :
SAFLoginContextBean.Username

Password

The password for the username used to log into the remote URL.

When Password is specified for a SAFLoginContext, then SAFPrincipalName is not specified.

MBean Attribute (Does not apply to application modules) :
SAFLoginContextBean.Password


Back to Top