store Commands

Creating, updating, or deleting a store does not take effect until the store is deployed and the EMS server is restarted.

create store

create store store_name [description] [property1 property2...]

Create a store. After creating a store, you cannot change the type for that store.

Important: If a path and filename are specified, they must be valid for the system on which the EMS server is running. MSGMX cannot detect a configuration error of this type at the time this property is applied though the EMS server will report a runtime error.

Example:

create store mystore type file /dir1/dir2/file myfile file_destination_defrag 5GB

addprop store

addprop store store_name [property1 property2...]

Add store properties and retain existing properties.

Example:

addprop store mystore type file ode async

setprop store

setprop store store_name [property1 property2...]

Set the properties for a store, overriding any existing properties. Any properties on a store that are not explicitly specified by this command are removed.

Example:

setprop store mystore type file mystore1 mode async

show store

show store store-name

Show the details of a specific store.

show stores

show stores

Show a list of all the stores that are created.

removeprop store

removeprop store store_name [property1 property2...]

Remove the named properties from the named store.

Example:

removeprop store mystore type as scan_target_interval

delete store

delete store store_name

Delete store.

Example:

delete store mystore 

Resources

For information on store properties, including defaults, see the following sections in the TIBCO Enterprise Message Service™ User Guide:

For syntax rules, see Syntax Exceptions to the EMS Administration Tool .