Creating a JMS Server and Persistence Store
Create a JMS server to hold queues and topics.
To create a JMS server and persistence store:
- Launch the WebLogic Remote Console.
- Create and configure a file store.
- In the NavStrip, click Edit Tree.
- In the Navigation Tree, expand Services and select File Stores.
- In the Content Pane, click New.
- In the Name field, enter a meaningful name for the new file store, then click Create.
- 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.
- Click Save.
- 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.
- Click Save.
- Create and modify a JMS Server.
- In the NavStrip, click Edit Tree.
- In the Navigation Tree, expand Services and select JMS Servers.
- In the Content Pane, click New.
- In the Name field, type a meaningful name for the new JMS server, then click Create.
- In the Navigation Tree, click the new server.
- On the General tab, on the Persistent Store list, select the file store you created, then click Save.
- 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.
- Click Save.
- Click Click to view shopping cart actions, and select Commit Changes.
Related Topics
Configuring the WebLogic Message Queue
Creating a JMS Connection Factory
Creating a JMS Message Queue and Subdeployment
Last Published Wednesday, February 25, 2026