Creating a JMS Server and Persistence Store

Create a JMS server to hold queues and topics.

To create a JMS server and persistence store:

  1. Launch the WebLogic Remote Console.
  2. Create and configure a file store.
    1. In the NavStrip, click Edit Tree.
    2. In the Navigation Tree, expand Services and select File Stores.
    3. In the Content Pane, click New.
    4. In the Name field, enter a meaningful name for the new file store, then click Create.
    5. On the General tab, in the Directory field, enter a location for the file store.

      Note: This location must already exist on your server and you must have read/write rights to this folder. No error messages appear on the WebLogic console if the filestore is not configured correctly.

    6. Click Save.
    7. On the Target tab, on the Target list, either:
      • Select a server instance.
      • Or if you are configuring the message queue in a cluster, select a migratable target.
    8. Click Save.
  3. Create and modify a JMS Server.
    1. In the NavStrip, click Edit Tree.
    2. In the Navigation Tree, expand Services and select JMS Servers.
    3. In the Content Pane, click New.
    4. In the Name field, type a meaningful name for the new JMS server, then click Create.
    5. In the Navigation Tree, click the new server.
    6. On the General tab, on the Persistent Store list, select the file store you created, then click Save.
    7. On the Target tab, on the Target list, either:
      • Select a server instance.
      • Or if you are configuring the message queue in a cluster, select the migratable target you created earlier.
    8. Click Save.
  4. Click Click to view shopping cart actions, and select Commit Changes.

Related Topics

Configuring the WebLogic Message Queue

Creating a JMS Module

Creating a JMS Connection Factory

Creating a JMS Message Queue and Subdeployment



Last Published Wednesday, February 25, 2026