bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSFileStore

Description

This MBean represents a JMS file-based persistent store.

Syntax

<!ELEMENT JMSFileStore EMPTY >
<!ATTLIST JMSFileStore
   Directory                  CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The JMSFileStore element is a child of the Domain element.

Attributes

Table 35-1 JMSFileStoreMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Directory

The directory where the file-based persistent store exists.

This attribute is not dynamically configurable.


Directory

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next