View This JMS Bridge Destination Collection

get

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSBridgeDestinations

View this JMS bridge destination collection.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns a list of JMS bridge destination entities.

This method can return the following links:

  • rel=create-form uri=/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSBridgeDestinationCreateForm

    The create form resource for this collection resource.

Body ()
Root Schema : Items
Type: array
Title: Items
Show Source
Nested Schema : JMS Bridge Destination
Type: object
Show Source
  • 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
  • The connection factory's JNDI name for this JMS bridge destination.

    Constraints

    • not visible for domain scoped mbeans
  • The connection URL for this JMS bridge destination.

    Constraints

    • not visible for domain scoped mbeans
  • The destination JNDI name for this JMS bridge destination.

    Constraints

    • not visible for domain scoped mbeans
  • 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
  • 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
  • Read Only: true

    Return the unique id of this MBean instance

    Constraints

    • not visible for domain scoped mbeans
  • Default Value: weblogic.jndi.WLInitialContextFactory

    The initial context factory name for this JMS bridge destination.

    Constraints

    • not visible for domain scoped mbeans
  • 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
  • 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.

  • Items
    Title: Items

    Return all tags on this Configuration MBean

    Constraints

    • not visible for domain scoped mbeans
  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • 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
  • 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:

    1. Retrieves the value of the UserPasswordEncrypted attribute.

    2. Decrypts the value and returns the unencrypted password as a String.

    When you set the value of this attribute, WebLogic Server does the following:

    1. Encrypts the value.

    2. 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
Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Constraints

  • not visible for domain scoped mbeans
Show Source
Back to Top