Modify This JMS Bridge Destination
/management/weblogic/{version}/edit/resourceGroupTemplates/{name}/JMSBridgeDestinations/{name}
Modify this JMS bridge destination.
Request
- application/json
-
name: string
The name property of the instance in the collection.
-
version: string
The version of the WebLogic REST interface.
-
X-Requested-By: string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the modified JMS bridge destination model.
object
-
adapterJNDIName(optional):
string
Default Value:
eis.jms.WLSConnectionFactoryJNDIXA
The JNDI name of the adapter used to communicate with the specified destination.
This name is specified in the adapter's deployment descriptor file and is used by the WebLogic Server Connector container to bind the adapter in WebLogic Server JNDI.
Constraints
- legal null
- not visible for domain scoped mbeans
-
connectionFactoryJNDIName(optional):
string
The connection factory's JNDI name for this JMS bridge destination.
Constraints
- not visible for domain scoped mbeans
-
connectionURL(optional):
string
The connection URL for this JMS bridge destination.
Constraints
- not visible for domain scoped mbeans
-
destinationJNDIName(optional):
string
The destination JNDI name for this JMS bridge destination.
Constraints
- not visible for domain scoped mbeans
-
destinationType(optional):
string
Default Value:
Queue
Allowed Values:[ "Queue", "Topic" ]
The destination type (queue or topic) for this JMS bridge destination.
Constraints
- not visible for domain scoped mbeans
-
dynamicallyCreated(optional):
boolean
Read Only:
true
Default Value:false
Return whether the MBean was created dynamically or is persisted to config.xml
Constraints
- not visible for domain scoped mbeans
-
id(optional):
integer(int64)
Read Only:
true
Return the unique id of this MBean instance
Constraints
- not visible for domain scoped mbeans
-
initialContextFactory(optional):
string
Default Value:
weblogic.jndi.WLInitialContextFactory
The initial context factory name for this JMS bridge destination.
Constraints
- not visible for domain scoped mbeans
-
name(optional):
string
Read Only:
true
The user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectName
Name=user-specified-name
Constraints
- legal null
-
notes(optional):
string
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml
) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>
Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
-
tags(optional):
array Items
Title:
Items
Return all tags on this Configuration MBean
Constraints
- not visible for domain scoped mbeans
-
type(optional):
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable
-
userName(optional):
string
The optional user name the adapter uses to access the bridge destination.
All operations on the specified destination are done using this user name and the corresponding password. Therefore, the User Name/Password for the source and target destinations must have permission to the access the underlying destinations in order for the messaging bridge to work.
Constraints
- not visible for domain scoped mbeans
-
userPassword(optional):
string(password)
The user password that the adapter uses to access the bridge destination.
As of 8.1 sp4, when you get the value of this attribute, WebLogic Server does the following:
Retrieves the value of the
UserPasswordEncrypted
attribute.Decrypts the value and returns the unencrypted password as a String.
When you set the value of this attribute, WebLogic Server does the following:
Encrypts the value.
Sets the value of the
UserPasswordEncrypted
attribute to the encrypted value.
Using this attribute (
UserPassword
) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.Instead of using this attribute, use
UserPasswordEncrypted
Constraints
- not visible for domain scoped mbeans
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.