Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure JMS bridge destinations

Before you begin

Create JMS bridge destinations


A JMS bridge destination instance defines a bridge's source and target destinations within a WebLogic domain.

To configure a source or target JMS bridge destination:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the console, expand Services > Messaging > Bridges and select JMS Bridge Destinations.
  3. On the Summary of JMS Bridge Destinations page, select the instance that you want to configure.

    If the table is empty, refer to Create JMS bridge destinations.

  4. On the Configuration tab, update as necessary:
    1. Adapter JNDI Name -- JNDI name of the adapter used to communicate with the specified destination.
    2. Adapter Classpath -- CLASSPATH of the destination.
    3. Connection URL -- Connection URL.
    4. Initial Context Factory -- Initial context factory name .
    5. Connection Factory JNDI Name -- Connection factory's JNDI name for this JMS bridge destination.
    6. Destination JNDI Name -- Destination JNDI name .
    7. Destination Type -- Destination type.
    8. User Name and User Password -- User name and password that the messaging bridge will give to the bridge adapter.

    For more information on general destination attributes, see Configuration Options.

  5. Click Save.
  6. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

After you finish

Create messaging bridge instances


Back to Top