Create a JMS Server: General Settings
Use this page to define general configuration settings for this JMS server.
JMS servers act as management containers for the queues and topics in JMS modules that are targeted to them. A JMS server's primary responsibility for its destinations is to maintain information on what persistent store is used for any persistent messages that arrive on the destinations, and to maintain the states of durable subscribers created on the destinations.
Buttons
Name Description Create a New Store Click the Create a New Store button to create a new persistent store. You can then assign your new persistent store to this JMS server.
Configuration Options
Name Description Name The name of this JMS server.
MBean Attribute:
JMSServerMBean.Name
Changes take effect after you redeploy the module or restart the server.
Scope The scope in which you want to create this JMS server.
Persistent Store The file or database in which this JMS server stores persistent messages. If unspecified, the JMS server uses the default persistent store that is configured on each targeted WebLogic Server instance. If the JMS server has a store configured, then the configured store is used to store persistent messages.
The disk-based file store or JDBC-accessible database store that you specify must be targeted to the same server, cluster, or migratable target instance as this JMS server. Multiple services on the same WebLogic Server instance, including multiple JMS servers, may share the same persistent store. Each service's persistent data will be kept apart.
If you specify a PersistentStore, the deprecated Store field must not be set. If neither the PersistentStore field nor the Store field are set, the JMS server supports persistent messaging using the default persistent store for the targeted WebLogic Server instance.
MBean Attribute:
JMSServerMBean.PersistentStore
Changes take effect after you redeploy the module or restart the server.