Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Create JMS servers


JMS servers are environment-related configuration entities that act as management containers for JMS queue and topic destinations in JMS modules that are targeted to them. Multiple JMS modules can be targeted to each JMS server in a domain.

In a clustered server environment, a JMS server can targeted to a migratable target. A migratable target is a special target that can serve as a grouping of migratable JMS services, such as a JMS server, and which is active on only server member in a WebLogic cluster. In a cluster, a recommended best practice is to target a JMS server to a migratable target, so that a member server will not be a single point of failure. This way the JMS server can be manually migrated from an unhealthy server onto a healthy server, either in the event of server crash or for scheduled maintenance.

To create a JMS server:

  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 Administration Console, expand Services > Messaging and select JMS Servers.
  3. On the Summary of JMS Servers page, click New.

    Note: Once you create a JMS server, you cannot rename it. Instead, you must delete it and create another one that uses the new name.

  4. On the Create a JMS Server page:
    1. In Name, enter a name for the JMS server.
    2. In Persistent Store, select a pre-configured custom file or JDBC store that will be used by the JMS server or click the Create a New Store button to create a store on the fly. If you leave this field set to none, then the JMS server will use the default file store that is automatically configured on each targeted server instance. For more information about configuring stores, see Configure persistent stores.

      Note: When a JMS server is targeted to a migratable target (see Step 4), it cannot use the default file store, so a custom file store must be configured and targeted to the same migratable target.

    3. Click Next to proceed to the targeting page.
  5. On the Selects Targets page, select the server instance or migratable server target on which to deploy the JMS server.
  6. Click Finish.
  7. On the Summary of JMS Servers page, click the new JMS server to open it..

    Note that there are many optional parameters that can be set on the JMS server configuration tabs, including General configuration parameters, Thresholds and Quotas, Logging, and Server Session Pools. For more information about configuring these parameters, see Configure JMS servers.

  8. After modifying any values, click Save.
  9. 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).

Result


  Back to Top